Re-Indent function ldap_open_with_timeout().
authorMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 21:56:10 +0000 (22:56 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 21:56:10 +0000 (22:56 +0100)
This reverts commit #cafda34783f0961c9b463803c19cfcb69f836e3f .

I just learned (the hard way) that these indeted functions
are not indented by accident but that the intention of this
is to not include the prototype into proto.h.

Michael
(This used to be commit 2e5d01b2146bb9e057b2779d9fe7691ed46d9f45)

source3/libads/ldap.c

index 44560c852db45f9a58acc8f6be758c51e78b59fc..975e9268649a7f866217000ae648e02c42e08465 100644 (file)
@@ -52,7 +52,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;