diff options
author | Michael Adam <obnox@samba.org> | 2012-01-31 16:15:54 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-01-31 17:00:30 +0100 |
commit | 976672bf805e3ec44c10e07baeaa4a4ebc0da5cc (patch) | |
tree | c8e7682893001581830711ab257ddd71689ed792 /source3 | |
parent | be312e76d2b27674c5e38b760ca6521052caa460 (diff) | |
download | samba-976672bf805e3ec44c10e07baeaa4a4ebc0da5cc.tar.gz samba-976672bf805e3ec44c10e07baeaa4a4ebc0da5cc.tar.xz samba-976672bf805e3ec44c10e07baeaa4a4ebc0da5cc.zip |
s3:net ads join: add a comment for the call to _net_ads_join_dns_update()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_ads.c | 5 |
1 files changed, 5 insertions, 0 deletions
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); |