mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Fix comment style.
This commit is contained in:
parent
3ee11b1c2a
commit
80073aefa3
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ perl_back_modify(
|
|||
XPUSHs(sv_2mortal(newSVpv( mods->sm_values[i].bv_val, 0 )));
|
||||
}
|
||||
|
||||
// Fix delete attrib without value.
|
||||
/* Fix delete attrib without value. */
|
||||
if ( i == 0) {
|
||||
XPUSHs(sv_newmortal());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue