mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
no need to double b0rk
This commit is contained in:
@@ -104,7 +104,8 @@ public class ConnectionBuilder {
|
||||
try {
|
||||
return doEstablishConnection();
|
||||
} catch (Exception e) { // catchall in case the timeout gets us flat footed
|
||||
fail("Error connecting", e);
|
||||
if (_socket != null)
|
||||
fail("Error connecting", e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user