forked from I2P_Developers/i2p.i2p
minor cleanup
This commit is contained in:
@@ -58,9 +58,7 @@ class Writer {
|
||||
boolean pending = false;
|
||||
synchronized (_pendingConnections) {
|
||||
if (_liveWrites.contains(con)) {
|
||||
if (!_writeAfterLive.contains(con)) {
|
||||
_writeAfterLive.add(con);
|
||||
}
|
||||
_writeAfterLive.add(con);
|
||||
already = true;
|
||||
} else {
|
||||
pending = _pendingConnections.add(con);
|
||||
|
Reference in New Issue
Block a user