winbind: Fix backslash in format string
authorChristof Schmitt <cs@samba.org>
Mon, 18 Dec 2017 19:54:40 +0000 (12:54 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 19 Dec 2017 06:18:58 +0000 (07:18 +0100)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Dec 19 07:18:58 CET 2017 on sn-devel-144

source3/winbindd/winbindd_pam.c

index c3e1e94103d52567deee010e5133b6691994225f..abd208a515f2bf9115dc939d1fbafe8537330c51 100644 (file)
@@ -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));