fixed bug that caused HostStatus to never leave BurstMode
[pingcheck] / src / host / hoststatus.cpp
index e9410c0..b5613bd 100644 (file)
@@ -83,7 +83,7 @@ void HostStatus::set_n_parallel_pings(const int n_parallel_pings)
     if (ExceededPingCongestionLimit)
         InBurstMode = true;
     else
-        InBurstMode = true;
+        InBurstMode = false;
 
     if (NParallelPingers != n_parallel_pings)
     {