From ceb2c81481ea8a37bb281a4d4df604573b371a2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 1 Oct 2012 16:19:28 +0200 Subject: [PATCH] s3-net: Fix DEBUG() location. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Tue Oct 2 18:06:17 CEST 2012 on sn-devel-104 Signed-off-by: Günther Deschner The last 5 patches address bug #9451 - Allow to force DNS updates using net. --- 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 23491b5f53d..8f8b7b4cae0 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1188,7 +1188,7 @@ static NTSTATUS net_update_dns_internal(struct net_context *c, status = ads_dns_lookup_ns( ctx, root_domain, &nameservers, &ns_count ); if ( !NT_STATUS_IS_OK(status) || (ns_count == 0)) { - DEBUG(3,("net_ads_join: Failed to find name server for the %s " + DEBUG(3,("net_update_dns_internal: Failed to find name server for the %s " "realm\n", ads->config.realm)); goto done; } -- 2.11.4.GIT