Minor fix to last commit

This commit is contained in:
Kurt Zeilenga 2000-05-30 19:07:07 +00:00
parent 875610cfcc
commit b66567f1f8

View file

@ -659,6 +659,7 @@ ldap_chase_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int *hadrefp )
*refdn++ = '\0';
newdn = refdn[0] != '?' && refdn[0] != '\0';
if( !newdn ) refdn = NULL;
} else {
newdn = 0;
}