From: Kurt Zeilenga Date: Sat, 24 Oct 1998 20:25:50 +0000 (+0000) Subject: minor cleanup X-Git-Tag: PHP3_TOOL_0_0~18^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=198461b7ff40b814212ef84e90782f2b10cd4ec4;p=openldap minor cleanup --- diff --git a/libraries/libldap/open.c b/libraries/libldap/open.c index 7fa90682ee..ef3ceccde4 100644 --- a/libraries/libldap/open.c +++ b/libraries/libldap/open.c @@ -218,7 +218,7 @@ open_ldap_connection( LDAP *ld, Sockbuf *sb, char *host, int defport, curhost = hostname; } *r++ = '\0'; - port = htons( (short)atoi( r )); + port = htons( (short) atoi( r ) ); } else { port = defport; }