mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +08:00
Fix: undefined variable
This commit is contained in:
parent
2db4ce57ef
commit
76c9820065
@ -5,9 +5,9 @@ package dialer
|
||||
import "net"
|
||||
|
||||
func bindIfaceToDialer(dialer *net.Dialer, ifaceName string) error {
|
||||
return errNotSupport
|
||||
return errPlatformNotSupport
|
||||
}
|
||||
|
||||
func bindIfaceToListenConfig(lc *net.ListenConfig, ifaceName string) error {
|
||||
return errNotSupport
|
||||
return errPlatformNotSupport
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user