From: Sean Hefty Date: Thu, 4 Oct 2012 18:49:59 +0000 (-0700) Subject: ucmatose: Fix number of connections to disconnect X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b7c0d6fa456b89ef69335c043075ef8142e7787b;p=~shefty%2Flibrdmacm.git ucmatose: Fix number of connections to disconnect When ucmatose aborts because of issues trying to connect to the server, it moves to disconnecting all connections. However, not all connections may have been established. The result is that ucmatose will hang in disconnect_events. Fix this by setting the number of times that we need to disconnect to the number of times that we successfully connect. This problem is based on a report by Doug Ledford Signed-off-by: Sean Hefty ---