capmt: fix another mutex deadlock fix
This commit is contained in:
parent
c7e812bd6f
commit
6ff88bc419
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue