diff --git a/src/port_forward.rs b/src/port_forward.rs index 0fba9fe29..a11aff445 100644 --- a/src/port_forward.rs +++ b/src/port_forward.rs @@ -146,9 +146,9 @@ pub async fn listen( } // A `Legacy` listener stays legacy until it closes: every accept // logs in on its own, asks for no tunnel, and takes the raw pipe - // whatever the peer reports. Re-adding the mapping, or reopening - // the window, is how a user picks up an upgraded peer; nothing - // switches modes underneath live connections. + // whatever the peer reports. Re-adding the mapping is how a user + // picks up an upgraded peer; nothing switches modes underneath + // live connections. Claim::Legacy => { let interface = interface.with_port_forward(login_target(&remote_host, remote_port, false)); let mut forward = Framed::new(forward, BytesCodec::new());