[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2823-g7f52998

Kai Blin kai at samba.org
Thu Jun 12 13:46:43 GMT 2008


The branch, v3-3-test has been updated
       via  7f52998f5461ed7d976faa2254464336dcf73c02 (commit)
      from  90d7bc6da3c92e104fadd5965a730fbe01be33d5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 7f52998f5461ed7d976faa2254464336dcf73c02
Author: Kai Blin <kai at samba.org>
Date:   Thu Jun 12 11:50:09 2008 +0200

    net: Fix net_ads.c build for the HAVE_ADS == 0 case.
    
    Thanks to Karolin for catching this one.

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index f945bfa..8c39fa9 100644
--- a/source/utils/net_ads.c
+++ b/source/utils/net_ads.c
@@ -2576,7 +2576,7 @@ int net_ads_check_our_domain(struct net_context *c)
 
 int net_ads(struct net_context *c, int argc, const char **argv)
 {
-	return net_ads_usage(c, argc, argv);
+	return net_ads_noads();
 }
 
 #endif	/* WITH_ADS */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list