The branch, master has been updated
       via  ce8595f... Fix more S3 build breakage. Matthias, please ensure S3 
builds when changing common code.
      from  e6f5961... Install spn_update_list to setup/ dir

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


- Log -----------------------------------------------------------------
commit ce8595f68e3ca6fd8be0d4777aa8157e29597444
Author: Jeremy Allison <j...@samba.org>
Date:   Tue Apr 27 12:10:20 2010 -0700

    Fix more S3 build breakage. Matthias, please ensure S3 builds when
    changing common code.
    
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 3cd4fd8..53cb9ac 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -103,7 +103,7 @@ static int net_ads_cldap_netlogon(struct net_context *c, 
ADS_STRUCT *ads)
        printf(_("Domain:\t\t\t%s\n"), reply.dns_domain);
        printf(_("Domain Controller:\t%s\n"), reply.pdc_dns_name);
 
-       printf(_("Pre-Win2k Domain:\t%s\n"), reply.domain);
+       printf(_("Pre-Win2k Domain:\t%s\n"), reply.domain_name);
        printf(_("Pre-Win2k Hostname:\t%s\n"), reply.pdc_name);
 
        if (*reply.user_name) printf(_("User name:\t%s\n"), reply.user_name);
@@ -401,7 +401,7 @@ static int net_ads_workgroup(struct net_context *c, int 
argc, const char **argv)
                return -1;
        }
 
-       d_printf(_("Workgroup: %s\n"), reply.domain);
+       d_printf(_("Workgroup: %s\n"), reply.domain_name);
 
        ads_destroy(&ads);
 


-- 
Samba Shared Repository

Reply via email to