Fix golangci-lint warnings

This commit is contained in:
Patrick Pacher
2020-04-15 08:21:32 +02:00
parent 3d4c7311ff
commit 56a1751e62
4 changed files with 26 additions and 66 deletions

View File

@@ -41,9 +41,9 @@ func DecideOnConnection(conn *network.Connection, pkt packet.Packet) { //nolint:
log.Infof("filter: re-evaluating verdict on %s", conn)
conn.Verdict = network.VerdictUndecided
if conn.Entity != nil {
//conn.Entity.ResetLists()
}
//if conn.Entity != nil {
//conn.Entity.ResetLists()
//}
}
// grant self