]> git.sur5r.net Git - openldap/commitdiff
ITS#4221 fix -r1.6
authorHoward Chu <hyc@openldap.org>
Sat, 26 Nov 2005 21:56:58 +0000 (21:56 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 26 Nov 2005 21:56:58 +0000 (21:56 +0000)
libraries/liblutil/fetch.c

index a182b3591a6324ef1ccfe308b5e4e84e9922dc74..b3e92b24cafca2e4e84d2b734a9eb0e5e1d8b610 100644 (file)
@@ -55,8 +55,6 @@ ldif_open_url(
                }
 
                /* we don't check for LDAP_DIRSEP since URLs should contain '/' */
-               /* skip over false root */
-               p++;
 
                p = ber_strdup( p );
                ldap_pvt_hex_unescape( p );