From ca67884d934b06a9694325571db1d6569bb48c8f Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Thu, 27 Oct 2011 12:33:26 +0200 Subject: [PATCH] Fix previous commit. --- coreapi/conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/conference.c b/coreapi/conference.c index 94bf17bc1..065a6d99d 100644 --- a/coreapi/conference.c +++ b/coreapi/conference.c @@ -189,7 +189,7 @@ int linphone_core_leave_conference(LinphoneCore *lc){ int linphone_core_enter_conference(LinphoneCore *lc){ - if (linphone_core_sound_resources_locked) { + if (linphone_core_sound_resources_locked(lc)) { return -1; } LinphoneConference *conf=&lc->conf_ctx;