1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Unindent function header.

Michael
(This used to be commit cafda34783f0961c9b463803c19cfcb69f836e3f)
This commit is contained in:
Michael Adam 2008-01-04 21:53:25 +01:00
parent 3f42428f9b
commit 4ad3464fb9

View 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;