mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Merge pull request #168 from safing/feature/packet-metrics
Fix build on darwin
This commit is contained in:
commit
706d0e7451
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@ package interception
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/safing/portbase/log"
|
"github.com/safing/portbase/log"
|
||||||
|
"github.com/safing/portmaster/network/packet"
|
||||||
)
|
)
|
||||||
|
|
||||||
// start starts the interception.
|
// start starts the interception.
|
||||||
func start(ch chan packet.Packet) error {
|
func start(_ chan packet.Packet) error {
|
||||||
log.Info("interception: this platform has no support for packet interception - a lot of functionality will be broken")
|
log.Info("interception: this platform has no support for packet interception - a lot of functionality will be broken")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue