mirror of
https://github.com/safing/portmaster
synced 2025-09-16 09:49:39 +00:00
Fix linter warnings
This commit is contained in:
parent
a04b76ff58
commit
852fb32bbd
3 changed files with 6 additions and 6 deletions
|
@ -41,12 +41,12 @@ func ResetVerdictOfAllConnections() error {
|
|||
return windowskext.ClearCache()
|
||||
}
|
||||
|
||||
// UpdateVerdictOfConnection updates the verdict of specific connection in the kernel extension
|
||||
// UpdateVerdictOfConnection updates the verdict of specific connection in the kernel extension.
|
||||
func UpdateVerdictOfConnection(conn *network.Connection) error {
|
||||
return windowskext.UpdateVerdict(conn)
|
||||
}
|
||||
|
||||
// GetKextVersion returns the version of the kernel extension
|
||||
// GetKextVersion returns the version of the kernel extension.
|
||||
func GetKextVersion() (string, error) {
|
||||
version, err := windowskext.GetVersion()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue