mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Move uppercase comment to be next to uppercasing code.
This commit is contained in:
parent
7f63755d5d
commit
4bdd788c68
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue