mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Minor fix to last commit
This commit is contained in:
parent
875610cfcc
commit
b66567f1f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue