aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 21:24:12 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 21:24:12 +0000
commit4d23d6c21630ee82d843e8db51bab76e36c2b63e (patch)
treebe3ec093886630b2f2920f231701697f01645f83 /apps/app_queue.c
parent049bf7262ee667a6c09e1dc97feebfa59ecda96c (diff)
Merged revisions 30424 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r30424 | bweschke | 2006-05-25 17:22:16 -0400 (Thu, 25 May 2006) | 3 lines Oops. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30426 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 15e123a64..d5db8053e 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2488,7 +2488,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
if (bridge != AST_PBX_NO_HANGUP_PEER)
ast_hangup(peer);
update_queue(qe->parent, member);
- res = bridge ? 0 : -1;
+ res = bridge ? -1 : 0;
}
out:
hangupcalls(outgoing, NULL);