From 59e1522025e1946f4b5f2e533b4eefa0cc31a38a Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Thu, 25 May 2006 21:24:12 +0000 Subject: [PATCH] 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 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 15e123a64c..d5db8053ed 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);