From 92cc28c3160ad7d719bcb32a55765c96b4a58a11 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Jan 2022 12:38:29 -0400 Subject: [PATCH] remove obsolete comment --- Remote/Helper/Ssh.hs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Remote/Helper/Ssh.hs b/Remote/Helper/Ssh.hs index bd6a9a1c3d..a33c2c1bb5 100644 --- a/Remote/Helper/Ssh.hs +++ b/Remote/Helper/Ssh.hs @@ -274,11 +274,7 @@ openP2PSshConnection r connpool = do _ -> do (cclosed, exitcode) <- closeP2PSshConnection c -- ssh exits 255 when unable to connect to - -- server. Return a closed connection in - -- this case, to avoid the fallback action - -- being run instead, which would mean a - -- second connection attempt to this server - -- that is down. + -- server. if exitcode == Just (ExitFailure 255) then return (Just cclosed) else do