mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
Better explanation message for dmalloc.
Also more insertion of parenthesis to handle struct members called 'free'. You can now get useful dmalloc output, as long as it is compatible with your C library. On RH7.1 it looks like you have to rebuild dmalloc to allow free(0) by default, because something in libcrypt does that. (sigh)
This commit is contained in:
@@ -357,7 +357,7 @@ static BOOL api_pipe_ntlmssp_verify(pipes_struct *p, RPC_AUTH_NTLMSSP_RESP *ntlm
|
||||
|
||||
nt_status = auth_context->check_ntlm_password(auth_context, user_info, &server_info);
|
||||
|
||||
auth_context->free(&auth_context);
|
||||
(auth_context->free)(&auth_context);
|
||||
free_user_info(&user_info);
|
||||
|
||||
p->ntlmssp_auth_validated = NT_STATUS_IS_OK(nt_status);
|
||||
|
||||
Reference in New Issue
Block a user