Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
4bdd788c
Commit
4bdd788c
authored
Jan 25, 2000
by
Kurt Zeilenga
Browse files
Move uppercase comment to be next to uppercasing code.
parent
7f63755d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/dn.c
View file @
4bdd788c
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment