1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r1330: Fix the build for systems without ldap headers

(This used to be commit b7267121af)
This commit is contained in:
Volker Lendecke 2004-07-03 11:25:44 +00:00 committed by Gerald (Jerry) Carter
parent 75925d8098
commit 6c1baa6f4c

View File

@ -48,7 +48,7 @@ static void gotalarm_sig(void)
gotalarm = 1; 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; LDAP *ldp = NULL;