capmt: fix another mutex deadlock fix

This commit is contained in:
Jaroslav Kysela 2014-06-17 16:00:11 +02:00
parent c7e812bd6f
commit 6ff88bc419

View file

@ -1536,10 +1536,10 @@ capmt_caid_change(th_descrambler_t *td)
}
}
pthread_mutex_unlock(&capmt->capmt_mutex);
if (change)
capmt_notify_server(capmt, ct);
pthread_mutex_unlock(&capmt->capmt_mutex);
}
static void