1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r14033: Fix Coverity bug # 126

(This used to be commit bb6d678575)
This commit is contained in:
Volker Lendecke
2006-03-08 08:22:42 +00:00
committed by Gerald (Jerry) Carter
parent 77709e58ad
commit 4479d1b061

View File

@ -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);