mirror of
https://github.com/fumiama/water.git
synced 2026-06-30 00:40:26 +08:00
fix if name
This commit is contained in:
@@ -382,5 +382,5 @@ func openDev(config Config) (ifce *Interface, err error) {
|
|||||||
ad.Close()
|
ad.Close()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return &Interface{ReadWriteCloser: &wintunRWC{s: s, ad: *ad, readwait: s.ReadWaitEvent()}, name: config.ComponentID + " Tunnel"}, nil
|
return &Interface{ReadWriteCloser: &wintunRWC{s: s, ad: *ad, readwait: s.ReadWaitEvent()}, name: config.InterfaceName}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user