fix compile error
This commit is contained in:
parent
84079e32d2
commit
08a937f3a1
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/songgao/water"
|
"github.com/songgao/water"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (l *tapListener) createTap() (ifce *water.Interface, ip net.IP, err error) {
|
func (l *tapListener) createTap() (ifce *water.Interface, name string, ip net.IP, err error) {
|
||||||
err = errors.New("tap is not supported on darwin")
|
err = errors.New("tap is not supported on darwin")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user