From: Stefan Metzmacher Date: Tue, 17 Sep 2019 08:08:10 +0000 (+0200) Subject: s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5() X-Git-Tag: talloc-2.3.1~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=361fb0efabfb189526c851107eee49161da2293c;p=thirdparty%2Fsamba.git 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 Reviewed-by: Guenther Deschner --- diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c index 8d2bd0dcea1..c8a3e3e881d 100644 --- a/source3/libsmb/cliconnect.c +++ b/source3/libsmb/cliconnect.c @@ -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 "