]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Thu, 25 May 2006 22:05:58 +0000 (22:05 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 25 May 2006 22:05:58 +0000 (22:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@30462 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 704573de5a2dff82bf65d9bd023ea0ac87339402..58a85813c83ed066b192ecc745970625fb74ddd9 100644 (file)
@@ -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);