[asterisk-commits] trunk r30426 - in /trunk: ./ apps/app_queue.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 25 14:24:12 MST 2006


Author: bweschke
Date: Thu May 25 16:24:12 2006
New Revision: 30426

URL: http://svn.digium.com/view/asterisk?rev=30426&view=rev
Log:
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.


........

Modified:
    trunk/   (props changed)
    trunk/apps/app_queue.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?rev=30426&r1=30425&r2=30426&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Thu May 25 16:24:12 2006
@@ -2488,7 +2488,7 @@
 		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);



More information about the asterisk-commits mailing list