disapproval of revision 'bd09bb36a90e766b3a406d78055d427a6200dd41'

This commit is contained in:
sponge
2008-09-25 23:31:57 +00:00
parent fa5c7219d3
commit ee2fd32a97
13 changed files with 1279 additions and 1673 deletions

View File

@@ -12,7 +12,6 @@ import java.net.ConnectException;
import java.net.InetAddress;
import java.net.Socket;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.util.Iterator;
import java.util.Properties;
@@ -220,9 +219,7 @@ public class I2PTunnelServer extends I2PTunnelTask implements Runnable {
if (_log.shouldLog(Log.ERROR))
_log.error("Error accepting", ce);
// not killing the server..
} catch(SocketTimeoutException ste) {
// ignored, we never set the timeout
}
}
}
}
}