wintun.dll校验失败则返回提示
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ impl Config {
|
|||||||
if !tap {
|
if !tap {
|
||||||
if let Err(e) = tun::Device::check_tun_dll() {
|
if let Err(e) = tun::Device::check_tun_dll() {
|
||||||
log::warn!("校验平台dll {:?}", e);
|
log::warn!("校验平台dll {:?}", e);
|
||||||
// Err(e)?;
|
Err(e)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user