From 151bb290d12f6727fce4b6be29175d5ad5551bef Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 28 Oct 2011 12:03:58 +0200 Subject: [PATCH] s3-net: Make sure to always re-use the "good" dc for the DNS updates as well. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Oct 28 19:13:49 CEST 2011 on sn-devel-104 --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index c17367a0a40..b6144322928 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1466,7 +1466,7 @@ int net_ads_join(struct net_context *c, int argc, const char **argv) /* We enter this block with user creds */ ADS_STRUCT *ads_dns = NULL; - if ( (ads_dns = ads_init( lp_realm(), NULL, NULL )) != NULL ) { + if ( (ads_dns = ads_init( lp_realm(), NULL, r->in.dc_name )) != NULL ) { /* kinit with the machine password */ use_in_memory_ccache(); -- 2.11.4.GIT