解决不同features编译时告警的问题

This commit is contained in:
lubeilin
2023-10-08 17:46:31 +08:00
parent dacce892ff
commit 9df34207f7
11 changed files with 178 additions and 56 deletions
+1 -2
View File
@@ -98,8 +98,7 @@ pub fn base_handle(
igmp_server: &Option<IgmpServer>,
current_device: CurrentDeviceInfo,
ip_route: &Option<ExternalRoute>,
#[cfg(feature = "ip_proxy")]
proxy_map: &Option<IpProxyMap>,
#[cfg(feature = "ip_proxy")] proxy_map: &Option<IpProxyMap>,
client_cipher: &Cipher,
server_cipher: &Cipher,
) -> Result<()> {