mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-10 15:36:19 +00:00
DnsWebService: added missing StopBlockListUpdateTimer() when server stops.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user