diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-29 13:55:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-29 13:55:07 -0400 |
commit | c4023f785834bc237e5fcdb69e275bbae10dd40b (patch) | |
tree | 358303629c419159376e5062b1f7245d0d80caa4 | |
parent | ebd8362d58036a75f8aaf4ad0b69ba57d3c77a0e (diff) |
-rw-r--r-- | Assistant/Threads/Committer.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index 33b92c7e5..b3258f729 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -58,6 +58,7 @@ commitThread st changechan commitchan transferqueue dstatus = runEvery (Seconds else refill readychanges else refill changes where + refill [] = noop refill cs = do debug thisThread [ "delaying commit of" |