Skip to content
Snippets Groups Projects
Commit 4bdd788c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Move uppercase comment to be next to uppercasing code.

parent 7f63755d
Branches
Tags
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment