You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/08/07 13:06:05 UTC

svn commit: r801948 - /qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Author: gsim
Date: Fri Aug  7 11:06:04 2009
New Revision: 801948

URL: http://svn.apache.org/viewvc?rev=801948&view=rev
Log:
Reverted r801903, it should not be needed after r801860 and r801861.


Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp?rev=801948&r1=801947&r2=801948&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Fri Aug  7 11:06:04 2009
@@ -334,7 +334,6 @@
 Broker::~Broker() {
     shutdown();
     queueEvents.shutdown();
-    timer.stop(); // FIXME -- temporary fix for replication bug.
     finalize();                 // Finalize any plugins.
     if (config.auth)
         SaslAuthenticator::fini();



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org