Update accept_sec_context.c

This commit is contained in:
Jeffrey Altman
2018-09-17 16:40:00 -04:00
parent 635ac1aa85
commit d570541e3d

View File

@@ -59,7 +59,7 @@ _gss_ntlm_allocate_ctx(OM_uint32 *minor_status, ntlm_ctx *ctx)
if (*ctx)
free(*ctx);
(*ctx) = NULL;
(*ctx) = GSS_C_NO_CONTEXT;
return maj_stat;
}