mirror of
https://github.com/safing/portmaster
synced 2025-09-10 15:08:22 +00:00
Fix linter warnings
This commit is contained in:
parent
a04b76ff58
commit
852fb32bbd
3 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ func ResetVerdictOfAllConnections() error {
|
|||
return nfq.DeleteAllMarkedConnection()
|
||||
}
|
||||
|
||||
// UpdateVerdictOfConnection deletes the verdict of specific connection so in can be initialized again with the next packet
|
||||
// UpdateVerdictOfConnection deletes the verdict of specific connection so in can be initialized again with the next packet.
|
||||
func UpdateVerdictOfConnection(conn *network.Connection) error {
|
||||
return nfq.DeleteMarkedConnection(conn)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue