From 6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Jul 2004 11:25:44 +0000 Subject: r1330: Fix the build for systems without ldap headers (This used to be commit b7267121af45d7173c310299bb52ae031ae1d501) --- source3/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads') 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; -- cgit