diff options
author | Michael Adam <obnox@samba.org> | 2008-01-04 21:53:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-04 22:09:35 +0100 |
commit | 4ad3464fb94c7088e7fd731113c682aa7756ef01 (patch) | |
tree | 479497b1c00f7605d92738c0b3dd4a166e8bbce4 /source3/libads/ldap.c | |
parent | 3f42428f9bca5b8473501adc932405cae3c247bb (diff) | |
download | samba-4ad3464fb94c7088e7fd731113c682aa7756ef01.tar.gz samba-4ad3464fb94c7088e7fd731113c682aa7756ef01.tar.xz samba-4ad3464fb94c7088e7fd731113c682aa7756ef01.zip |
Unindent function header.
Michael
(This used to be commit cafda34783f0961c9b463803c19cfcb69f836e3f)
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 138dfe9015e..712e7e28892 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; |