[svn-commits] branch 1.2 r30424 - /branches/1.2/apps/app_queue.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu May 25 14:22:16 MST 2006


Author: bweschke
Date: Thu May 25 16:22:16 2006
New Revision: 30424

URL: http://svn.digium.com/view/asterisk?rev=30424&view=rev
Log:
 Oops.


Modified:
    branches/1.2/apps/app_queue.c

Modified: branches/1.2/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_queue.c?rev=30424&r1=30423&r2=30424&view=diff
==============================================================================
--- branches/1.2/apps/app_queue.c (original)
+++ branches/1.2/apps/app_queue.c Thu May 25 16:22:16 2006
@@ -2313,7 +2313,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 svn-commits mailing list