From f1744d3e31318ae5345f4f6c4cac6d4b112971ab Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Thu, 25 May 2006 21:22:16 +0000 Subject: [PATCH] Oops. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@30424 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 704573de5a..58a85813c8 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2313,7 +2313,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); -- 2.47.2