mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
committed by
Gerald (Jerry) Carter
parent
77709e58ad
commit
4479d1b061
@ -698,6 +698,7 @@ static void manage_client_ntlmssp_request(enum stdio_helper_mode stdio_helper_mo
|
||||
} else if (NT_STATUS_IS_OK(nt_status)) {
|
||||
char *reply_base64 = base64_encode_data_blob(reply);
|
||||
x_fprintf(x_stdout, "AF %s\n", reply_base64);
|
||||
SAFE_FREE(reply_base64);
|
||||
DEBUG(10, ("NTLMSSP OK!\n"));
|
||||
if (ntlmssp_state)
|
||||
ntlmssp_end(&ntlmssp_state);
|
||||
|
Reference in New Issue
Block a user