client: avoid distributed deadlock

This commit is contained in:
Thomas Schoebel-Theuer 2020-10-01 22:48:47 +02:00 committed by Thomas Schoebel-Theuer
parent 4651cf5d7a
commit 2574f2135e
1 changed files with 0 additions and 2 deletions

View File

@ -929,8 +929,6 @@ void _do_timeout_all(struct client_output *output, bool force)
for (i = 0; i < MAX_CLIENT_CHANNELS; i++) {
struct client_channel *ch = &output->bundle.channel[i];
if (!ch->is_used)
continue;
_do_timeout(output, &ch->wait_list, &rounds, force);
}
_do_timeout(output, &output->mref_list, &rounds, force);