From: Daniel Stenberg Date: Mon, 22 May 2000 19:09:31 +0000 (+0000) Subject: oops X-Git-Tag: curl-7_1_1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27e490c7e4e9bebefce317a0e5a50858444eeb0;p=thirdparty%2Fcurl.git oops --- diff --git a/lib/ldap.c b/lib/ldap.c index 3752af590b..bd537fc778 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -98,6 +98,7 @@ static void DynaOpen(void) #else /* and some systems don't have the RTLD_GLOBAL symbol */ RTLD_LAZY +#endif #endif ); libldap = dlopen("libldap.so", RTLD_LAZY);