mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
removed some used vars
This commit is contained in:
parent
5fa1826370
commit
6a6626b49d
2 changed files with 1 additions and 3 deletions
|
|
@ -39,9 +39,8 @@ monitor_find_children(
|
|||
Entry **vol
|
||||
)
|
||||
{
|
||||
monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
|
||||
monitor_entry_t *mp;
|
||||
|
||||
|
||||
mp = ( monitor_entry_t * )e_parent->e_private;
|
||||
*nonv = mp->mp_children;
|
||||
|
||||
|
|
|
|||
|
|
@ -629,7 +629,6 @@ static int translucent_pwmod(Operation *op, SlapReply *rs) {
|
|||
|
||||
slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
|
||||
translucent_info *ov = on->on_bi.bi_private;
|
||||
const struct berval bv_exop_pwmod = BER_BVC(LDAP_EXOP_MODIFY_PASSWD);
|
||||
Entry *e = NULL, *re = NULL;
|
||||
BackendDB *db;
|
||||
int rc = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue