aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 8c60713bd..2c90f291e 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -4277,14 +4277,12 @@ static int sla_trunk_exec(struct ast_channel *chan, void *data)
AST_RWLIST_UNLOCK(&sla_trunks);
if (!trunk) {
ast_log(LOG_ERROR, "SLA Trunk '%s' not found!\n", trunk_name);
- AST_RWLIST_UNLOCK(&sla_trunks);
pbx_builtin_setvar_helper(chan, "SLATRUNK_STATUS", "FAILURE");
return 0;
}
if (trunk->chan) {
ast_log(LOG_ERROR, "Call came in on %s, but the trunk is already in use!\n",
trunk_name);
- AST_RWLIST_UNLOCK(&sla_trunks);
pbx_builtin_setvar_helper(chan, "SLATRUNK_STATUS", "FAILURE");
return 0;
}