forked from mirrors/linphone-iphone
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