mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix for ITS#1842 (applied blindly)
This commit is contained in:
parent
a1e63db574
commit
aa46324462
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ perl_back_modify(
|
|||
}
|
||||
|
||||
|
||||
XPUSHs(sv_2mortal(newSVpv( mods->sm_type.bv_val, 0 )));
|
||||
XPUSHs(sv_2mortal(newSVpv( mods->sm_desc.ad_cname.bv_val, 0 )));
|
||||
|
||||
for ( i = 0;
|
||||
mods->sm_bvalues != NULL && mods->sm_bvalues[i].bv_val != NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue