From: Volker Lendecke Date: Sat, 10 May 2008 08:58:23 +0000 (+0200) Subject: Fix the build with DNS_UPDATES X-Git-Tag: samba-3.3.0pre1~1284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c9500c290fe0d6d71d4c33eb265906ce3a1d9f3;p=thirdparty%2Fsamba.git Fix the build with DNS_UPDATES --- diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c index 5b84eb55226..8efc64fa8ce 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);