mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-02 23:52:23 +02:00
Test on windows
This commit is contained in:
@ -167,5 +167,7 @@ func (c *tunDevice) assignAddr() error {
|
|||||||
|
|
||||||
// getUAPI returns a Listener
|
// getUAPI returns a Listener
|
||||||
func (c *tunDevice) getUAPI(iface string) (net.Listener, error) {
|
func (c *tunDevice) getUAPI(iface string) (net.Listener, error) {
|
||||||
return ipc.UAPIListen(iface)
|
l, err := ipc.UAPIListen(iface)
|
||||||
|
log.Infof("UAPI LISTEN RESULT: %v", err)
|
||||||
|
return l, err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user