The branch, master has been updated
       via  93a5dce winbind: Fix backslash in format string
      from  e72a879 LDB:test-generic.sh - fix smaller/greater comparison tests

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 93a5dce93308539fdd7b56903f3cabed59c0f37e
Author: Christof Schmitt <c...@samba.org>
Date:   Mon Dec 18 12:54:40 2017 -0700

    winbind: Fix backslash in format string
    
    Signed-off-by: Christof Schmitt <c...@samba.org>
    Reviewed-by: Ralph Boehme <s...@samba.org>
    
    Autobuild-User(master): Ralph Böhme <s...@samba.org>
    Autobuild-Date(master): Tue Dec 19 07:18:58 CET 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_pam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

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));


-- 
Samba Shared Repository

Reply via email to