summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-04 22:56:10 +0100
committerMichael Adam <obnox@samba.org>2008-01-04 22:56:10 +0100
commit4aba7475effff485f265fb975cf467fffd6c7db0 (patch)
tree963ac8d3f404f142e30e96f8e5bc54c362f4d176 /source3/libads/ldap.c
parentfadf9cc1ca1735471e2b3fdc111dbcb8de9fdcbe (diff)
downloadsamba-4aba7475effff485f265fb975cf467fffd6c7db0.tar.gz
samba-4aba7475effff485f265fb975cf467fffd6c7db0.tar.bz2
samba-4aba7475effff485f265fb975cf467fffd6c7db0.zip
Re-Indent function ldap_open_with_timeout().
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)
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index 44560c852d..975e926864 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -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;