Fix mut clippy error for gateway probe

This commit is contained in:
mfahampshire
2026-02-02 09:55:38 +00:00
parent 933bbbb67d
commit c3e4f944d5
+1 -1
View File
@@ -532,7 +532,7 @@ pub async fn do_ping_exit(
}
async fn send_icmp_pings(
mixnet_client: &MixnetClient,
mixnet_client: &mut MixnetClient,
our_ips: IpPair,
exit_router_address: Recipient,
) -> anyhow::Result<()> {