summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-09-24 17:00:57 +0000
committerMark Michelson <mmichelson@digium.com>2007-09-24 17:00:57 +0000
commit2d95565f53ebb71044f3ef2dc38b1e6053fca4b6 (patch)
tree7ef9fe5fcb269b959968b3ad1b5a8e1f13ff2cab /apps/app_queue.c
parente0b566d77092886225fbb93ea071dfc6ca2b1230 (diff)
interface_exists_global was never returning 1. Most likely an error from my merge on Friday.
(closes issue #10817, reported and patched by snar, patch simplified by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-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);