ITS#441: unhex escape referrals. Needs review before being

applied to RE 1.2.
This commit is contained in:
Kurt Zeilenga 2000-03-20 22:00:16 +00:00
parent 94d3673dbe
commit 4035b05232

View file

@ -627,7 +627,9 @@ ldap_chase_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int *hadrefp )
p = NULL;
}
ldap_pvt_hex_unescape( ref );
len = strlen( ref );
if ( len > LDAP_LDAP_REF_STR_LEN && strncasecmp( ref,
LDAP_LDAP_REF_STR, LDAP_LDAP_REF_STR_LEN ) == 0 ) {
Debug( LDAP_DEBUG_TRACE,