mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo in last commit
This commit is contained in:
parent
88411f5c27
commit
6c49fe7d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue