From 4e45bc0ee07f97aa538f3e4245f33661bfc88e7f Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 12 Jul 2022 23:32:37 +0800 Subject: [PATCH] fix tcp --- libs/hbb_common/src/tcp.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/hbb_common/src/tcp.rs b/libs/hbb_common/src/tcp.rs index ce4a805d5..7966920c2 100644 --- a/libs/hbb_common/src/tcp.rs +++ b/libs/hbb_common/src/tcp.rs @@ -68,8 +68,6 @@ fn new_socket(addr: std::net::SocketAddr, reuse: bool) -> Result