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-misc-tags/initial-v3-2-unstable~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5512da62a6ae38321709611b04f419cc6c3b190;p=thirdparty%2Fsamba.git r23896: hopefully fix the build on most systems metze --- diff --git a/source/include/ads.h b/source/include/ads.h index ad7720fc36d..89f54a23f25 100644 --- a/source/include/ads.h +++ b/source/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 */