mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 23:03:21 -05:00
cleanup
This commit is contained in:
parent
ad19032bf2
commit
7a6b0857b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1151,7 +1151,7 @@ operations_error:
|
|||
{
|
||||
slap_sl_mem_detach( ctx, memctx );
|
||||
|
||||
} else if (( op->o_sync_slog_size != -1 )) {
|
||||
} else if ( op->o_sync_slog_size != -1 ) {
|
||||
slap_sl_mem_detach( ctx, memctx );
|
||||
LDAP_STAILQ_REMOVE( &conn->c_ops, op, slap_op, o_next);
|
||||
LDAP_STAILQ_NEXT(op, o_next) = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue