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