Skip to content
Snippets Groups Projects
Commit fac77083 authored by Mark Adamson's avatar Mark Adamson
Browse files

Skip over the "dn:" prefix when passing a DN to dn_normalize().

parent 44a3160f
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ int slap_sasl_getdn( Connection *conn, char *id, char **dnptr, int flags )
}
if( ( flags & FLAG_GETDN_FINAL ) == 0 ) {
dn_normalize( dn );
dn_normalize( dn+3 );
}
*dnptr = dn;
......
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