fix: build error

This commit is contained in:
wwqgtxx
2022-11-12 20:59:29 +08:00
parent dc3e144b6a
commit 7300c917dc
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ package process
import "net/netip"
func findProcessName(network string, ip netip.Addr, srcPort int) (*uint32, string, error) {
return -1, "", ErrPlatformNotSupport
return nil, "", ErrPlatformNotSupport
}
func resolveSocketByNetlink(network string, ip netip.Addr, srcPort int) (uint32, uint32, error) {