mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix windows socket PID interface
This commit is contained in:
parent
383c019d0c
commit
55978515ab
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func checkPID(socketInfo socket.Info, connInbound bool) (pid int, inbound bool, err error) {
|
func checkPID(socketInfo socket.Info, connInbound bool) (pid int, inbound bool, err error) {
|
||||||
return socketInfo.PID, connInbound, nil
|
return socketInfo.GetPID(), connInbound, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue