mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-06 14:50:14 +00:00
minor changes
This commit is contained in:
parent
2396d769d2
commit
c9b24a865c
4 changed files with 5 additions and 5 deletions
|
@ -129,7 +129,7 @@ pub async fn desktop_run_async(args: Args, shutdown_token: tokio_util::sync::Can
|
|||
}
|
||||
|
||||
// TproxyState implements the Drop trait to restore network configuration,
|
||||
// so we we need to assign it to a variable, even if it is not used.
|
||||
// so we need to assign it to a variable, even if it is not used.
|
||||
let mut _restore: Option<tproxy_config::TproxyState> = None;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue