]> sjero.net Git - linphone/commitdiff
Fix previous commit.
authorGuillaume Beraudo <guillaume.beraudo@belledonne-communications.com>
Thu, 27 Oct 2011 10:33:26 +0000 (12:33 +0200)
committerGuillaume Beraudo <guillaume.beraudo@belledonne-communications.com>
Thu, 27 Oct 2011 10:34:52 +0000 (12:34 +0200)
coreapi/conference.c

index 94bf17bc178396be9d1797659c090f09667f6935..065a6d99d0fb28607dd9ec8b8025d2db793c4c86 100644 (file)
@@ -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;