mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Remove two useless lines (a badly applied patch before the last commit?)
This commit is contained in:
parent
3bcb88e363
commit
58437e838a
1 changed files with 0 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ nops_rm_mod( Modifications **mods, Modifications *mod ) {
|
|||
}
|
||||
}
|
||||
|
||||
for (m = *mods; m; m = m->sml_next)
|
||||
mod->sml_next = NULL;
|
||||
slap_mods_free(mod, 1);
|
||||
|
||||
|
|
@ -139,7 +138,6 @@ nops_modify( Operation *op, SlapReply *rs )
|
|||
if ((m = op->orm_modlist) == NULL) {
|
||||
op->o_bd->bd_info = (BackendInfo *)(on->on_info);
|
||||
send_ldap_error(op, rs, LDAP_SUCCESS, "");
|
||||
return(rs->sr_err);
|
||||
return (rs->sr_err);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue