From fc6bf407c4becc21d8aae5260707b94ac8a893e0 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:32:19 +0800 Subject: [PATCH] =?UTF-8?q?wintun.dll=E6=A0=A1=E9=AA=8C=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=88=99=E8=BF=94=E5=9B=9E=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/core/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/src/core/mod.rs b/vnt/src/core/mod.rs index 32cb07a..2e3b1eb 100644 --- a/vnt/src/core/mod.rs +++ b/vnt/src/core/mod.rs @@ -98,7 +98,7 @@ impl Config { if !tap { if let Err(e) = tun::Device::check_tun_dll() { log::warn!("校验平台dll {:?}", e); - // Err(e)?; + Err(e)?; } }