mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix typo in last commit
This commit is contained in:
parent
88411f5c27
commit
6c49fe7d1b
@ -96,7 +96,7 @@ int ldap_dn2domain(
|
||||
|
||||
ndomain = LDAP_REALLOC( domain,
|
||||
( domain == NULL ? 0 : strlen(domain) )
|
||||
+ strlen(dc) + "." );
|
||||
+ strlen(dc) + sizeof(".") );
|
||||
|
||||
if( ndomain == NULL ) {
|
||||
LDAP_FREE( rdn );
|
||||
|
Loading…
Reference in New Issue
Block a user