minor cleanup

This commit is contained in:
Pierangelo Masarati 2003-02-11 09:23:28 +00:00
parent 628bcc7174
commit 262d021ecf

View File

@ -355,7 +355,7 @@ char * ldap_url_desc2str( LDAPURLDesc *u )
};
if( u->lud_port ) {
len+=6;
len += sizeof(":65535") - 1;
}
if( u->lud_host ) {