summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-09-17 10:08:10 +0200
committerGünther Deschner <gd@samba.org>2019-09-24 18:30:37 +0000
commit361fb0efabfb189526c851107eee49161da2293c (patch)
tree0627c7a1bc5e04dd0ede8c4506981cd311eb7add /source3/libsmb
parentbc473e5cf088a137395842540ed8eb748373a236 (diff)
downloadsamba-361fb0efabfb189526c851107eee49161da2293c.tar.gz
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>
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cliconnect.c2
1 files changed, 2 insertions, 0 deletions
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 "