mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
ITS#9799 Clear c_n_ops_pending after we've flushed c_pending_ops
This commit is contained in:
parent
d4fbbe5aa3
commit
0806f69c8c
1 changed files with 1 additions and 0 deletions
|
|
@ -734,6 +734,7 @@ static void connection_abandon( Connection *c )
|
|||
LDAP_STAILQ_NEXT(o, o_next) = NULL;
|
||||
slap_op_free( o, NULL );
|
||||
}
|
||||
c->c_n_ops_pending = 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue