mirror of
https://github.com/safing/portmaster
synced 2025-09-15 09:19:48 +00:00
Fix darwin build
This commit is contained in:
parent
0e34cde2ec
commit
b98d05716d
3 changed files with 8 additions and 2 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 the given connection so it 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