mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Sync with HEAD
This commit is contained in:
parent
e3d6e623b6
commit
2c7553a359
1 changed files with 4 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue