DnsWebService: added missing StopBlockListUpdateTimer() when server stops.

This commit is contained in:
Shreyas Zare
2018-09-22 20:16:31 +05:30
parent 83d25a707f
commit 83ca65d722

View File

@@ -2420,6 +2420,8 @@ namespace DnsServerCore
_webService.Stop();
_dnsServer.Stop();
StopBlockListUpdateTimer();
_state = ServiceState.Stopped;
_log.Write(new IPEndPoint(IPAddress.Loopback, _webServicePort), "DNS Web Service was stopped successfully.");