aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-24 17:00:57 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-24 17:00:57 +0000
commitbb28dc886b7bca498a3d9afe8cb3fa6ca20eef65 (patch)
tree7ef9fe5fcb269b959968b3ad1b5a8e1f13ff2cab /apps
parent63cd55ffd63f465e2d0d76a6acccce48f0db17f0 (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: http://svn.digium.com/svn/asterisk/trunk@83656 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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);