Fix darwin build

This commit is contained in:
Daniel
2022-11-11 14:12:00 +01:00
parent 0e34cde2ec
commit b98d05716d
3 changed files with 8 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ func ResetVerdictOfAllConnections() error {
return windowskext.ClearCache()
}
// UpdateVerdictOfConnection updates the verdict of specific connection in the kernel extension.
// UpdateVerdictOfConnection updates the verdict of the given connection in the kernel extension.
func UpdateVerdictOfConnection(conn *network.Connection) error {
return windowskext.UpdateVerdict(conn)
}