You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2012/07/17 21:54:13 UTC

svn commit: r1362628 - /qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp

Author: chug
Date: Tue Jul 17 19:54:13 2012
New Revision: 1362628

URL: http://svn.apache.org/viewvc?rev=1362628&view=rev
Log:
QPID-4036 QPID-4192 cluster connection leak on failed auth. merge from trunk.


Modified:
    qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp   (contents, props changed)

Modified: qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp?rev=1362628&r1=1362627&r2=1362628&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp (original)
+++ qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp Tue Jul 17 19:54:13 2012
@@ -277,6 +277,8 @@ void Connection::closed() {
             if (announced)
                 cluster.getMulticast().mcastControl(
                     ClusterConnectionDeliverCloseBody(), self);
+            else
+                close();
         }
     }
     catch (const std::exception& e) {

Propchange: qpid/branches/0.18/qpid/cpp/src/qpid/cluster/Connection.cpp
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Jul 17 19:54:13 2012
@@ -0,0 +1,8 @@
+/qpid/branches/0.5.x-dev/qpid/cpp/src/qpid/cluster/Connection.cpp:892761,894875
+/qpid/branches/0.6-release-windows-installer/cpp/src/qpid/cluster/Connection.cpp:926803
+/qpid/branches/0.6-release-windows-installer/qpid/cpp/src/qpid/cluster/Connection.cpp:926803,927233
+/qpid/branches/QPID-2519/cpp/src/qpid/cluster/Connection.cpp:1072051-1079078
+/qpid/branches/java-network-refactor/qpid/cpp/src/qpid/cluster/Connection.cpp:805429-825319
+/qpid/branches/qpid-2935/qpid/cpp/src/qpid/cluster/Connection.cpp:1061302-1072333
+/qpid/branches/qpid-3346/qpid/cpp/src/qpid/cluster/Connection.cpp:1144319-1179855
+/qpid/trunk/qpid/cpp/src/qpid/cluster/Connection.cpp:1360214



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org