From 45c3b3987b1a23eee5289f88d327e7a989961570 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 11 Feb 2016 07:50:29 -0500 Subject: [PATCH] reset floodfill --- Daemon.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Daemon.cpp b/Daemon.cpp index e972cee3..242f4bbf 100644 --- a/Daemon.cpp +++ b/Daemon.cpp @@ -109,6 +109,8 @@ namespace i2p LogPrint(eLogInfo, "Daemon: router will be floodfill"); i2p::context.SetFloodfill (true); } + else + i2p::context.SetFloodfill (false); if (bandwidth != '-') { LogPrint(eLogInfo, "Daemon: bandwidth set to ", bandwidth);