aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 22:05:58 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 22:05:58 +0000
commitdafa704fa64222504904693361b28fd9c5cf4a54 (patch)
tree271f99bd90202833934ce827eca59d56b5caa466
parent60a38c5f4ac792dfe01aa8c0fdc46519b476de0f (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@30462 f38db490-d61c-443f-a65b-d21fe96a405b
-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);