From 0decc29b3a641b735ac1b0e71435490cd5958b73 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Feb 2011 16:11:36 +0100 Subject: s3: Fix a debug message Autobuild-User: Volker Lendecke Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104 --- source3/winbindd/idmap_ad.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/winbindd/idmap_ad.c') diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 91eb7c7c96..32a3e17069 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -143,10 +143,11 @@ static ADS_STATUS ad_idmap_cached_connection_internal(struct idmap_domain *dom) /* setup server affinity */ get_dc_name(dom->name, realm, dc_name, &dc_ip ); - + status = ads_connect(ads); if (!ADS_ERR_OK(status)) { - DEBUG(1, ("ad_idmap_init: failed to connect to AD\n")); + DEBUG(1, ("ad_idmap_cached_connection_internal: failed to " + "connect to AD\n")); ads_destroy(&ads); return status; } -- cgit