[PATCH] winbind: Fix backslash in format string

Christof Schmitt cs at samba.org
Mon Dec 18 20:37:04 UTC 2017


From 20520c5b9915777310c46a54174a9d309f7a8989 Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Mon, 18 Dec 2017 12:54:40 -0700
Subject: [PATCH] winbind: Fix backslash in format string

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 source3/winbindd/winbindd_pam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index c3e1e94..abd208a 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));
-- 
1.8.3.1



More information about the samba-technical mailing list