mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
ITS#9882 bind: fix #9863 commit, use correct op/backend for mod
This commit is contained in:
parent
c07e961d40
commit
4528bdb3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ fe_op_lastbind( Operation *op )
|
|||
}
|
||||
}
|
||||
|
||||
rc = op->o_bd->be_modify( &op2, &r2 );
|
||||
rc = op2.o_bd->be_modify( &op2, &r2 );
|
||||
slap_mods_free( m, 1 );
|
||||
|
||||
done:
|
||||
|
|
|
|||
Loading…
Reference in a new issue