mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
ITS#7256 Set backend for operation.
slap_tool_entry_check does it but it is not called every time.
This commit is contained in:
parent
7810dccdff
commit
304c0cbbff
@ -74,6 +74,7 @@ slapmodify( int argc, char **argv )
|
||||
memset( &opbuf, 0, sizeof(opbuf) );
|
||||
op = &opbuf.ob_op;
|
||||
op->o_hdr = &opbuf.ob_hdr;
|
||||
op->o_bd = be;
|
||||
|
||||
if ( !be->be_entry_open ||
|
||||
!be->be_entry_close ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user