1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix the build with DNS_UPDATES

(This used to be commit 6c9500c290)
This commit is contained in:
Volker Lendecke 2008-05-10 10:58:23 +02:00
parent 4206d97544
commit 232853d700

View File

@ -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);