Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27724426 authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[SUNRPC]: net/* NULL noise

parent bc92dd19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ gss_delete_sec_context(struct gss_ctx **context_handle)

	if (!*context_handle)
		return(GSS_S_NO_CONTEXT);
	if ((*context_handle)->internal_ctx_id != 0)
	if ((*context_handle)->internal_ctx_id)
		(*context_handle)->mech_type->gm_ops
			->gss_delete_sec_context((*context_handle)
							->internal_ctx_id);