mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
minor cleanup
This commit is contained in:
parent
628bcc7174
commit
262d021ecf
@ -355,7 +355,7 @@ char * ldap_url_desc2str( LDAPURLDesc *u )
|
||||
};
|
||||
|
||||
if( u->lud_port ) {
|
||||
len+=6;
|
||||
len += sizeof(":65535") - 1;
|
||||
}
|
||||
|
||||
if( u->lud_host ) {
|
||||
|
Loading…
Reference in New Issue
Block a user