summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 8ff2c9909..9470b44bd 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -884,6 +884,7 @@ static int interface_exists_global(const char *interface)
ao2_ref(mem, -1);
ao2_unlock(q);
queue_unref(q);
+ ret = 1;
break;
}
ao2_unlock(q);