Author: tabish
Date: Sun Feb 11 14:02:34 2007
New Revision: 506150
URL: http://svn.apache.org/viewvc?view=rev&rev=506150
Log:
http://issues.apache.org/activemq/browse/AMQCPP-30
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireFormatNegotiator.cpp
Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireFormatNegotiator.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireFormatNegotiator.cpp?view=diff&rev=506150&r1=506149&r2=506150
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireFormatNegotiator.cpp
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/OpenWireFormatNegotiator.cpp
Sun Feb 11 14:02:34 2007
@@ -165,7 +165,7 @@
// Start the delegate transport object.
next->start();
- if( firstTime = true ) {
+ if( firstTime == true ) {
try {
|