WebServiceDhcpApi: minor changes done.

This commit is contained in:
Shreyas Zare
2022-10-30 18:57:20 +05:30
parent 2f2f7f0afa
commit 0eeb0ab59b

View File

@@ -394,7 +394,7 @@ namespace DnsServerCore
throw new DnsWebServiceException("Parameter 'subnetMask' missing.");
scopeExists = false;
scope = new Scope(scopeName, true, IPAddress.Parse(strStartingAddress), IPAddress.Parse(strEndingAddress), IPAddress.Parse(strSubnetMask));
scope = new Scope(scopeName, true, IPAddress.Parse(strStartingAddress), IPAddress.Parse(strEndingAddress), IPAddress.Parse(strSubnetMask), _dnsWebService.Log);
}
else
{