From: Stefan Metzmacher Date: Mon, 16 Jul 2007 15:31:01 +0000 (+0000) Subject: r23896: hopefully fix the build on most systems X-Git-Tag: samba-4.0.0alpha6~801^2~5347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3f3c655b62bd002c7ba34550bb0d138cc309dd;p=thirdparty%2Fsamba.git r23896: hopefully fix the build on most systems metze (This used to be commit d5512da62a6ae38321709611b04f419cc6c3b190) --- diff --git a/source3/include/ads.h b/source3/include/ads.h index ad7720fc36d..89f54a23f25 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 */