fix RESUME

This commit is contained in:
Joey Hess 2014-04-14 14:20:10 -04:00
parent b82582caf1
commit 55102467ac
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -76,10 +76,10 @@ runController ichan ochan = do
-- ssh remotes, it's only done once) -- ssh remotes, it's only done once)
liftAnnex h forceSshCleanup liftAnnex h forceSshCleanup
broadcast LOSTNET m broadcast LOSTNET m
go h True M.empty go h True m
PAUSE -> do PAUSE -> do
broadcast STOP m broadcast STOP m
go h True M.empty go h True m
RESUME -> do RESUME -> do
when paused $ when paused $
startrunning m startrunning m

View file

@ -105,7 +105,7 @@ the webapp.
* `RESUME` * `RESUME`
Undoes PAUSE or DISCONNECTED. Undoes PAUSE or LOSTNET.
Start back up network connections. Start back up network connections.
* `CHANGED ref ...` * `CHANGED ref ...`