mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
minor cleanup
This commit is contained in:
parent
628bcc7174
commit
262d021ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue