Skip to content
Snippets Groups Projects
Commit d91dba4a authored by Mark Valence's avatar Mark Valence
Browse files

Bug fix in dn_rdn when dn string begins with whitespace.

parent 701cc91e
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ char * dn_rdn(
}
while(*dn_in && ASCII_SPACE(*dn_in)) {
dn++;
dn_in++;
}
if( *dn_in == '\0' ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment