mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
fix previous commit
This commit is contained in:
parent
5422345e55
commit
e5eaef6248
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue