r1330: Fix the build for systems without ldap headers
[vlendec/samba-autobuild/.git] / source3 / libads / ldap.c
index 05d68e6ae64d28f8eb80a2da300dc162d25114db..6b9792ec4c656f5d5ddb9670f183f8ecf1eaa2ae 100644 (file)
@@ -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;