diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c index 4039f0cc1e..28a9780d3f 100644 --- a/source3/auth/auth_compat.c +++ b/source3/auth/auth_compat.c @@ -68,7 +68,7 @@ static NTSTATUS pass_check_smb(char *smb_name, nt_status = plaintext_auth_context->check_ntlm_password(plaintext_auth_context, user_info, &server_info); - plaintext_auth_context->free(&plaintext_auth_context); + (plaintext_auth_context->free)(&plaintext_auth_context); } free_user_info(&user_info); free_server_info(&server_info); |