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) {
|
if (argc <= 3) {
|
||||||
conference_member_t *member;
|
conference_member_t *member;
|
||||||
|
|
||||||
switch_mutex_unlock(conference->mutex);
|
switch_mutex_lock(conference->mutex);
|
||||||
|
|
||||||
if (conference->relationship_total) {
|
if (conference->relationship_total) {
|
||||||
int member_id = 0;
|
int member_id = 0;
|
||||||
|
|
Loading…
Reference in New Issue