The branch, master has been updated
       via  0798977... s3:libads/ldap.c - fix a build breakage
      from  d1db751... Revert "s4:web_server: use tsocket_address functions to 
get the local ip and port"

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


- Log -----------------------------------------------------------------
commit 079897709ed99dac049d7b2b5f0c1958527462c4
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Tue Apr 27 20:45:06 2010 +0200

    s3:libads/ldap.c - fix a build breakage

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

Summary of changes:
 source3/libads/ldap.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 19a37c7..0bb206f 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -265,7 +265,7 @@ static bool ads_try_connect(ADS_STRUCT *ads, const char 
*server, bool gc)
                ads->config.client_site_name =
                        SMB_STRDUP(cldap_reply.client_site);
        }
-       ads->server.workgroup          = SMB_STRDUP(cldap_reply.domain);
+       ads->server.workgroup          = SMB_STRDUP(cldap_reply.domain_name);
 
        ads->ldap.port = gc ? LDAP_GC_PORT : LDAP_PORT;
        if (!interpret_string_addr(&ads->ldap.ss, srv, 0)) {
@@ -277,7 +277,7 @@ static bool ads_try_connect(ADS_STRUCT *ads, const char 
*server, bool gc)
        }
 
        /* Store our site name. */
-       sitename_store( cldap_reply.domain, cldap_reply.client_site);
+       sitename_store( cldap_reply.domain_name, cldap_reply.client_site);
        sitename_store( cldap_reply.dns_domain, cldap_reply.client_site);
 
        ret = true;


-- 
Samba Shared Repository

Reply via email to