mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
Fix: undefined variable
This commit is contained in:
parent
b517e8e1d7
commit
77e6c499d5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue