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:
parent
75925d8098
commit
6c1baa6f4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user