You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/03/20 14:39:59 UTC

svn commit: r520385 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp

Author: tabish
Date: Tue Mar 20 06:39:58 2007
New Revision: 520385

URL: http://svn.apache.org/viewvc?view=rev&rev=520385
Log:
http://issues.apache.org/activemq/browse/AMQCPP-83

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp?view=diff&rev=520385&r1=520384&r2=520385
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQTransaction.cpp Tue Mar 20 06:39:58 2007
@@ -186,7 +186,7 @@
         {
             RollbackMap::iterator iter = rollbackMap.begin();
 
-            for( ; iter == rollbackMap.end(); ++iter ) {
+            for( ; iter != rollbackMap.end(); ++iter ) {
 
                 long long id = iter->first->getConsumerInfo()->getConsumerId();