gssapi: fix pointer type mismatch in NTLM mech
This commit is contained in:
@@ -59,7 +59,7 @@ _gss_ntlm_allocate_ctx(OM_uint32 *minor_status, ntlm_ctx *ctx)
|
||||
|
||||
if (*ctx)
|
||||
free(*ctx);
|
||||
(*ctx) = GSS_C_NO_CONTEXT;
|
||||
(*ctx) = NULL;
|
||||
|
||||
return maj_stat;
|
||||
}
|
||||
|
Reference in New Issue
Block a user