The branch, master has been updated
       via  a42dc86 s3/winbindd: Add missing space in debug message.
      from  46edef2 ctdb-recovery: Limit scope of reclock latency statistics

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


- Log -----------------------------------------------------------------
commit a42dc8610b1d5b58e805d85f51ffe6ab173e2bd9
Author: Karolin Seeger <ksee...@samba.org>
Date:   Tue Feb 23 10:12:10 2016 +0100

    s3/winbindd: Add missing space in debug message.
    
    Signed-off-by: Karolin Seeger <ksee...@samba.org>
    Reviewed-by: Ralph Boehme <s...@samba.org>
    
    Autobuild-User(master): Karolin Seeger <ksee...@samba.org>
    Autobuild-Date(master): Tue Feb 23 14:20:01 CET 2016 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index f593d24..56e9467 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -2853,7 +2853,7 @@ retry:
        /* Finally fall back to anonymous. */
        if (lp_winbind_sealed_pipes() || lp_require_strong_key()) {
                status = NT_STATUS_DOWNGRADE_DETECTED;
-               DEBUG(1, ("Unwilling to make SAMR connection to domain %s"
+               DEBUG(1, ("Unwilling to make SAMR connection to domain %s "
                          "without connection level security, "
                          "must set 'winbind sealed pipes = false' and "
                          "'require strong key = false' to proceed: %s\n",


-- 
Samba Shared Repository

Reply via email to