FS-7513: unlock vs lock

This commit is contained in:
Anthony Minessale 2015-04-15 14:38:34 -05:00 committed by Michael Jerris
parent dd3d6cbe76
commit 1fb0dcd61d
1 changed files with 1 additions and 1 deletions

View File

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