This commit is contained in:
aiden 2022-06-10 06:56:42 +01:00
parent 8ef15917aa
commit cb8f289a7d
No known key found for this signature in database
GPG Key ID: 0D87FF3415416DB1

@ -166,9 +166,9 @@ void *bdd_serve(struct bdd_worker_data *worker_data) {
if (conversation->n_in_epoll_with_events == 0 || conversation->remove) {
bdd_conversation_discard(conversation);
} else {
conversation->n_ev = 0;
}
conversation->n_ev = 0;
}
goto epoll;