Fix previous commit.

This commit is contained in:
Guillaume Beraudo 2011-10-27 12:33:26 +02:00
parent 598bafd4a8
commit ca67884d93

View 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;