no need to double b0rk
This commit is contained in:
@ -104,6 +104,7 @@ public class ConnectionBuilder {
|
|||||||
try {
|
try {
|
||||||
return doEstablishConnection();
|
return doEstablishConnection();
|
||||||
} catch (Exception e) { // catchall in case the timeout gets us flat footed
|
} catch (Exception e) { // catchall in case the timeout gets us flat footed
|
||||||
|
if (_socket != null)
|
||||||
fail("Error connecting", e);
|
fail("Error connecting", e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user