no need to double b0rk

This commit is contained in:
jrandom
2004-10-07 16:42:55 +00:00
committed by zzz
parent 38c422bbc0
commit f5c7d6576d

View File

@ -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;
}