summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-04 21:53:25 +0100
committerMichael Adam <obnox@samba.org>2008-01-04 22:09:35 +0100
commit4ad3464fb94c7088e7fd731113c682aa7756ef01 (patch)
tree479497b1c00f7605d92738c0b3dd4a166e8bbce4 /source3/libads
parent3f42428f9bca5b8473501adc932405cae3c247bb (diff)
downloadsamba-4ad3464fb94c7088e7fd731113c682aa7756ef01.tar.gz
samba-4ad3464fb94c7088e7fd731113c682aa7756ef01.tar.bz2
samba-4ad3464fb94c7088e7fd731113c682aa7756ef01.zip
Unindent function header.
Michael (This used to be commit cafda34783f0961c9b463803c19cfcb69f836e3f)
Diffstat (limited to 'source3/libads')
-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 138dfe9015..712e7e2889 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;