diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-07-03 11:25:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:07 -0500 |
commit | 6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba (patch) | |
tree | 9dfff3719bff727f02c9f111ec12fcd4ea6940c9 /source3/libads | |
parent | 75925d8098970fe53b4f8a6ae55f2ab5424b0479 (diff) | |
download | samba-6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba.tar.gz samba-6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba.tar.bz2 samba-6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba.zip |
r1330: Fix the build for systems without ldap headers
(This used to be commit b7267121af45d7173c310299bb52ae031ae1d501)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 05d68e6ae6..6b9792ec4c 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -48,7 +48,7 @@ static void gotalarm_sig(void) gotalarm = 1; } -LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to) + LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to) { LDAP *ldp = NULL; |