diff options
Diffstat (limited to 'RemoteDaemon/Transport/Ssh.hs')
-rw-r--r-- | RemoteDaemon/Transport/Ssh.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RemoteDaemon/Transport/Ssh.hs b/RemoteDaemon/Transport/Ssh.hs index d6150bbce..ba03a2589 100644 --- a/RemoteDaemon/Transport/Ssh.hs +++ b/RemoteDaemon/Transport/Ssh.hs @@ -84,6 +84,7 @@ transport' r url transporthandle ichan ochan = do msg <- readChan ichan case msg of STOP -> return Stopping + LOSTNET -> return Stopping _ -> handlecontrol -- Old versions of git-annex-shell that do not support |