mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Fix pthead_cond/ms_cond error
This commit is contained in:
parent
1a5169a147
commit
1687ceb442
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ void linphone_upnp_igd_callback(void *cookie, upnp_igd_event event, void *arg) {
|
|||
* If there is no pending binding emit a signal
|
||||
*/
|
||||
if(lupnp->pending_bindings == NULL) {
|
||||
pthread_cond_signal(&lupnp->empty_cond);
|
||||
ms_cond_signal(&lupnp->empty_cond);
|
||||
}
|
||||
ms_mutex_unlock(&lupnp->mutex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue