This commit is contained in:
zzz
2020-10-17 14:41:13 +00:00
parent 4d82917b94
commit d387448794
8 changed files with 9 additions and 9 deletions

View File

@@ -613,7 +613,7 @@ class ConnectionPacketHandler {
return;
} else {
if (_log.shouldWarn())
_log.warn("Reset received on " + con);;
_log.warn("Reset received on " + con);
// ok, valid RST
con.resetReceived();
con.eventOccurred();