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

Sync with HEAD

parent e3d6e623
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,10 @@ ldif_open_url(
}
/* we don't check for LDAP_DIRSEP since URLs should contain '/' */
/* skip over false root */
p++;
if( p[1] == '.' && ( p[2] == '/' || ( p[2] == '.' && p[3] == '/' ))) {
/* skip over false root */
p++;
}
p = ber_strdup( p );
ldap_pvt_hex_unescape( p );
......
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