aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rwxr-xr-xmanager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/manager.c b/manager.c
index c00658695..4f968cd19 100755
--- a/manager.c
+++ b/manager.c
@@ -753,6 +753,7 @@ static int action_status(struct mansession *s, struct message *m)
ast_state2str(c->_state), bridge, c->uniqueid, idText);
}
ast_mutex_unlock(&s->lock);
+ ast_mutex_unlock(&c->lock);
if (!all)
break;
c = ast_channel_walk_locked(c);