From 2b1275cbb39261f0311a71e4eb8fbde6bd0788d8 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Sun, 13 Oct 2024 11:54:45 +0300 Subject: [PATCH] fixed? --- hbs2-peer/app/MailboxProtoWorker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/MailboxProtoWorker.hs b/hbs2-peer/app/MailboxProtoWorker.hs index 966ff145..f6b1ad09 100644 --- a/hbs2-peer/app/MailboxProtoWorker.hs +++ b/hbs2-peer/app/MailboxProtoWorker.hs @@ -663,7 +663,7 @@ mailboxProtoWorker readConf me@MailboxProtoWorker{..} = do case msg' of Nothing -> do debug $ red "START DOWNLOAD" <+> pretty w - startDownloadStuff me h + startDownloadStuff me w atomically $ modifyTVar fails succ mzero