From 833bd24a33f2f13051439865464918821ba5c65c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 20 Jul 2012 12:01:28 -0400 Subject: [PATCH] tweak --- Assistant.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant.hs b/Assistant.hs index 51639584c9..dc36957da7 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -124,7 +124,7 @@ startDaemon assistant foreground pushmap <- newFailedPushMap transferqueue <- newTransferQueue transferslots <- newTransferSlots - mapM_ (void . forkIO) + mapM_ forkIO [ commitThread st changechan commitchan transferqueue dstatus , pushThread st dstatus commitchan pushmap , pushRetryThread st pushmap