diff --git a/daemon/call.c b/daemon/call.c index 4aae241e3..38c48acc7 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -2924,6 +2924,7 @@ restart: first_call = NULL; if (rtpe_call_iterators[i].first) { first_call = rtpe_call_iterators[i].first->data; + // coverity[lock_order : FALSE] if (mutex_trylock(&first_call->iterator[i].lock)) { mutex_unlock(&rtpe_call_iterators[i].lock); continue; // retry