1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Stefan Metzmacher 2019-09-17 10:08:10 +02:00 committed by Günther Deschner
parent bc473e5cf0
commit 361fb0efab

View File

@ -375,6 +375,8 @@ NTSTATUS cli_session_creds_prepare_krb5(struct cli_state *cli,
/*
* Ignore the error and hope that NTLM will work
*/
TALLOC_FREE(frame);
return NT_STATUS_OK;
}
DBG_DEBUG("Successfully authenticated as %s to access %s using "