From 85466a8e8066217e4104a84cd72cd32a4aefa086 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 21 Jun 2019 14:45:14 +0100 Subject: [PATCH] fix npe --- .../main/groovy/com/muwire/core/download/DownloadManager.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy b/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy index b88ba098..bd28907e 100644 --- a/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy +++ b/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy @@ -43,6 +43,7 @@ public class DownloadManager { I2PConnector connector, File home, Persona me) { this.eventBus = eventBus this.trustService = trustService + this.meshManager = meshManager this.muSettings = muSettings this.connector = connector this.incompletes = new File(home,"incompletes")