summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-05-25 21:24:12 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-05-25 21:24:12 +0000
commit59e1522025e1946f4b5f2e533b4eefa0cc31a38a (patch)
treebe3ec093886630b2f2920f231701697f01645f83 /apps
parent31081f1224541a5baecdbf500a634b87fa58b4c5 (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: https://origsvn.digium.com/svn/asterisk/trunk@30426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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);