mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Update windows interface to match the linux one
This commit is contained in:
parent
834d2e326c
commit
73da96fe98
1 changed files with 1 additions and 5 deletions
|
@ -12,10 +12,6 @@ var (
|
|||
getUDP6Table = iphelper.GetUDP6Table
|
||||
)
|
||||
|
||||
func checkConnectionPID(socketInfo *socket.ConnectionInfo, connInbound bool) (pid int, inbound bool, err error) {
|
||||
return socketInfo.PID, connInbound, nil
|
||||
}
|
||||
|
||||
func checkBindPID(socketInfo *socket.BindInfo, 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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue