From: Christof Schmitt Date: Mon, 18 Dec 2017 19:54:40 +0000 (-0700) Subject: winbind: Fix backslash in format string X-Git-Tag: talloc-2.1.11~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93a5dce93308539fdd7b56903f3cabed59c0f37e;p=thirdparty%2Fsamba.git winbind: Fix backslash in format string Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Dec 19 07:18:58 CET 2017 on sn-devel-144 --- diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index c3e1e94103d..abd208a515f 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -2679,7 +2679,7 @@ NTSTATUS winbindd_pam_auth_pac_send(struct winbindd_cli_state *state, SID_NAME_USER, &user_sid); - DBG_INFO("PAC for user %s\%s SID %s primed cache\n", + DBG_INFO("PAC for user %s\\%s SID %s primed cache\n", info3_copy->base.logon_domain.string, info3_copy->base.account_name.string, sid_string_dbg(&user_sid));