mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#1882: fix typo
This commit is contained in:
parent
b43ad1dd0e
commit
ad673923a3
@ -69,7 +69,7 @@ perl_back_modify(
|
||||
}
|
||||
|
||||
|
||||
XPUSHs(sv_2mortal(newSVpv( mods->sm_desc.ad_cname.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 New Issue
Block a user