diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 19:09:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-22 19:09:31 +0000 |
commit | e27e490c7e4e9bebefce317a0e5a50858444eeb0 (patch) | |
tree | 3eb3f5288edb5a9cfa8ab50c2ae12a123926b612 | |
parent | dbd864a2a692c80a57279725b7b2c6c2d97baf09 (diff) |
oops
-rw-r--r-- | lib/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index 3752af590..bd537fc77 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -99,6 +99,7 @@ static void DynaOpen(void) /* and some systems don't have the RTLD_GLOBAL symbol */ RTLD_LAZY #endif +#endif ); libldap = dlopen("libldap.so", RTLD_LAZY); } |