From c4023f785834bc237e5fcdb69e275bbae10dd40b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Jul 2012 13:55:07 -0400 Subject: probably fixes http://git-annex.branchable.com/bugs/lsof__47__committer_thread_loops_occassionally/ --- Assistant/Threads/Committer.hs | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3