mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix the fix to previous commit
This commit is contained in:
parent
42dda802ba
commit
239f8fe2b2
@ -177,11 +177,7 @@ do_add( Operation *op, SlapReply *rs )
|
||||
op->o_bd = frontendDB;
|
||||
rc = frontendDB->be_add( op, rs );
|
||||
if ( rc == 0 ) {
|
||||
/* FIXME: temporary? */
|
||||
assert( op->ora_e != NULL );
|
||||
assert( op->o_private != NULL );
|
||||
|
||||
if ( op->ora_e != NULL ) {
|
||||
if ( op->ora_e != NULL && op->o_private != NULL ) {
|
||||
BackendDB *bd = op->o_bd;
|
||||
|
||||
op->o_bd = (BackendDB *)op->o_private;
|
||||
|
Loading…
Reference in New Issue
Block a user