The branch, master has been updated
       via  0decc29 s3: Fix a debug message
      from  fec0baa s3: Make is_zero_addr take a sockaddr_storage

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


- Log -----------------------------------------------------------------
commit 0decc29b3a641b735ac1b0e71435490cd5958b73
Author: Volker Lendecke <v...@samba.org>
Date:   Sun Feb 27 16:11:36 2011 +0100

    s3: Fix a debug message
    
    Autobuild-User: Volker Lendecke <vlen...@samba.org>
    Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/winbindd/idmap_ad.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index 91eb7c7..32a3e17 100644
--- a/source3/winbindd/idmap_ad.c
+++ b/source3/winbindd/idmap_ad.c
@@ -143,10 +143,11 @@ static ADS_STATUS 
ad_idmap_cached_connection_internal(struct idmap_domain *dom)
        /* setup server affinity */
 
        get_dc_name(dom->name, realm, dc_name, &dc_ip );
-       
+
        status = ads_connect(ads);
        if (!ADS_ERR_OK(status)) {
-               DEBUG(1, ("ad_idmap_init: failed to connect to AD\n"));
+               DEBUG(1, ("ad_idmap_cached_connection_internal: failed to "
+                         "connect to AD\n"));
                ads_destroy(&ads);
                return status;
        }


-- 
Samba Shared Repository

Reply via email to