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

Volker Lendecke vlendec at samba.org
Sat May 10 08:59:19 GMT 2008


The branch, v3-3-test has been updated
       via  6c9500c290fe0d6d71d4c33eb265906ce3a1d9f3 (commit)
      from  ef0184d580500734fc7af51e1c790b075180a3d0 (commit)

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


- Log -----------------------------------------------------------------
commit 6c9500c290fe0d6d71d4c33eb265906ce3a1d9f3
Author: Volker Lendecke <vl at samba.org>
Date:   Sat May 10 10:58:23 2008 +0200

    Fix the build with DNS_UPDATES

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

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 5b84eb5..8efc64f 100644
--- a/source/utils/net_ads.c
+++ b/source/utils/net_ads.c
@@ -1295,7 +1295,7 @@ static int net_ads_dns_register(struct net_context *c, int argc, const char **ar
 		return -1;
 	}
 
-	status = ads_startup(True, &ads);
+	status = ads_startup(c, True, &ads);
 	if ( !ADS_ERR_OK(status) ) {
 		DEBUG(1, ("error on ads_startup: %s\n", ads_errstr(status)));
 		TALLOC_FREE(ctx);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list