mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-7513: unlock vs lock
This commit is contained in:
parent
dd3d6cbe76
commit
1fb0dcd61d
@ -9740,7 +9740,7 @@ static switch_status_t conf_api_sub_relate(conference_obj_t *conference, switch_
|
||||
if (argc <= 3) {
|
||||
conference_member_t *member;
|
||||
|
||||
switch_mutex_unlock(conference->mutex);
|
||||
switch_mutex_lock(conference->mutex);
|
||||
|
||||
if (conference->relationship_total) {
|
||||
int member_id = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user