mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Move uppercase comment to be next to uppercasing code.
This commit is contained in:
parent
7f63755d5d
commit
4bdd788c68
@ -184,12 +184,12 @@ dn_validate( char *dn )
|
||||
char *
|
||||
dn_normalize( char *dn )
|
||||
{
|
||||
/* upper case it */
|
||||
ldap_pvt_str2upper( dn );
|
||||
|
||||
/* validate and compress dn */
|
||||
dn = dn_validate( dn );
|
||||
|
||||
/* and upper case it */
|
||||
return( dn );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user