aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 21:22:16 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 21:22:16 +0000
commit280d46f7c6b72b8f2a91a2f1d6c1072e58acbe11 (patch)
tree4ddc925f1a7e50fc68ae6f9ab25d9d9649de5244 /apps
parent4eb8ce8704c777825ae9febc5ea60e6d860d31f1 (diff)
Oops.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@30424 f38db490-d61c-443f-a65b-d21fe96a405b
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 704573de5..58a85813c 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);