WebService: Added missing dhcp Stop() call in Stop().

This commit is contained in:
Shreyas Zare
2020-03-29 16:00:06 +05:30
parent b0f9bc1c7b
commit 60d180f48e

View File

@@ -4878,6 +4878,7 @@ namespace DnsServerCore
{
_webService.Stop();
_dnsServer.Stop();
_dhcpServer.Stop();
StopBlockListUpdateTimer();
StopTlsCertificateUpdateTimer();