From fc3f3c655b62bd002c7ba34550bb0d138cc309dd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Jul 2007 15:31:01 +0000 Subject: r23896: hopefully fix the build on most systems metze (This used to be commit d5512da62a6ae38321709611b04f419cc6c3b190) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/ads.h b/source3/include/ads.h index ad7720fc36..89f54a23f2 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -54,7 +54,7 @@ typedef struct { } config; /* info about the current LDAP connection */ -#ifdef HAVE_ADS +#ifdef HAVE_LDAP struct { LDAP *ld; struct in_addr ip; /* the ip of the active connection, if any */ -- cgit