🚨 cargo check warning

main
_ 2021-10-10 18:32:12 +00:00
parent 4ffcca8559
commit de248f2382
1 changed files with 1 additions and 1 deletions

View File

@ -64,9 +64,9 @@ pub async fn forward_port (
) -> anyhow::Result <()>
{
let ForwardingParams {
client_tcp_port,
server_id,
server_tcp_port,
..
} = params;
while *shutdown_flag_rx.borrow () {