From cea264c50e64f7848e8a8123df914e7b9c396d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Tue, 10 Sep 2024 15:49:06 +0200 Subject: [PATCH] bla --- tunnel-obfuscation/src/shadowsocks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnel-obfuscation/src/shadowsocks.rs b/tunnel-obfuscation/src/shadowsocks.rs index 82c375534f8f..d9f807024b8b 100644 --- a/tunnel-obfuscation/src/shadowsocks.rs +++ b/tunnel-obfuscation/src/shadowsocks.rs @@ -89,7 +89,7 @@ impl Shadowsocks { .await?; #[cfg(target_os = "android")] - let outbound_fd = shadowsocks.as_raw_fd(); + let outbound_fd = remote_socket.as_raw_fd(); let server = tokio::spawn(run_forwarding( settings.shadowsocks_endpoint,