Fix NPE when sending email before DHT is done bootstrapping
This commit is contained in:
@ -74,6 +74,7 @@ public class OutboxProcessor extends I2PBoteThread {
|
||||
this.peerManager = peerManager;
|
||||
this.relayPacketFolder = relayPacketFolder;
|
||||
this.configuration = configuration;
|
||||
wakeupSignal = new CountDownLatch(1);
|
||||
outboxListeners = Collections.synchronizedList(new ArrayList<OutboxListener>());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user