From c53e7f8d58c9a38aad3890df7f54da8996a95ce4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 15:18:29 +0100 Subject: s3-build: use HAVE_ADS define in some more places. Guenther --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 55e92662b3..cfd60aa42e 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1117,7 +1117,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx, ip_list.ss = *pss; ip_list.port = 0; -#ifdef WITH_ADS +#ifdef HAVE_ADS /* For active directory servers, try to get the ldap server name. None of these failures should be considered critical for now */ -- cgit