From 1687ceb442b4fa61af2dacf8f93c0b5bfe127b8e Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Thu, 28 Feb 2013 11:05:51 +0100 Subject: [PATCH] Fix pthead_cond/ms_cond error --- coreapi/upnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/upnp.c b/coreapi/upnp.c index 28477b4d..8aead382 100644 --- a/coreapi/upnp.c +++ b/coreapi/upnp.c @@ -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); } -- 2.39.2