ITS#9799 Clear c_n_ops_pending after we've flushed c_pending_ops

This commit is contained in:
Ondřej Kuzník 2022-02-10 17:30:17 +00:00 committed by Quanah Gibson-Mount
parent d4fbbe5aa3
commit 0806f69c8c

View file

@ -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