mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-08 01:34:13 +00:00
WebService: Added missing dhcp Stop() call in Stop().
This commit is contained in:
@@ -4878,6 +4878,7 @@ namespace DnsServerCore
|
||||
{
|
||||
_webService.Stop();
|
||||
_dnsServer.Stop();
|
||||
_dhcpServer.Stop();
|
||||
|
||||
StopBlockListUpdateTimer();
|
||||
StopTlsCertificateUpdateTimer();
|
||||
|
||||
Reference in New Issue
Block a user