mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix comment style.
This commit is contained in:
parent
3ee11b1c2a
commit
80073aefa3
@ -64,7 +64,7 @@ perl_back_modify(
|
|||||||
XPUSHs(sv_2mortal(newSVpv( mods->sm_values[i].bv_val, 0 )));
|
XPUSHs(sv_2mortal(newSVpv( mods->sm_values[i].bv_val, 0 )));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix delete attrib without value.
|
/* Fix delete attrib without value. */
|
||||||
if ( i == 0) {
|
if ( i == 0) {
|
||||||
XPUSHs(sv_newmortal());
|
XPUSHs(sv_newmortal());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user