mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit
This commit is contained in:
parent
5422345e55
commit
e5eaef6248
@ -225,7 +225,7 @@ BerVarray referral_rewrite(
|
||||
|
||||
for ( iv = in, jv = refs; !BER_BVISNULL( iv ); iv++ ) {
|
||||
LDAPURLDesc *url;
|
||||
char *dn = url->lud_dn;
|
||||
char *dn;
|
||||
int rc;
|
||||
|
||||
rc = ldap_url_parse_ext( iv->bv_val, &url );
|
||||
|
Loading…
Reference in New Issue
Block a user