From: Michael Adam Date: Tue, 31 Jan 2012 15:15:54 +0000 (+0100) Subject: s3:net ads join: add a comment for the call to _net_ads_join_dns_update() X-Git-Tag: tevent-0.9.15~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976672bf805e3ec44c10e07baeaa4a4ebc0da5cc;p=thirdparty%2Fsamba.git s3:net ads join: add a comment for the call to _net_ads_join_dns_update() --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 09235051e9e..c8c648c0ee0 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1528,6 +1528,11 @@ int net_ads_join(struct net_context *c, int argc, const char **argv) r->out.netbios_domain_name); } + /* + * We try doing the dns update (if it was compiled in). + * If the dns update fails, we still consider the join + * operation as succeeded if we came this far. + */ _net_ads_join_dns_updates(ctx, r); TALLOC_FREE(r);