mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-02 06:47:50 +00:00
WebServiceDhcpApi: updated code for Scope implementation change.
This commit is contained in:
@@ -396,7 +396,7 @@ namespace DnsServerCore
|
|||||||
throw new DnsWebServiceException("Parameter 'subnetMask' missing.");
|
throw new DnsWebServiceException("Parameter 'subnetMask' missing.");
|
||||||
|
|
||||||
scopeExists = false;
|
scopeExists = false;
|
||||||
scope = new Scope(scopeName, true, IPAddress.Parse(strStartingAddress), IPAddress.Parse(strEndingAddress), IPAddress.Parse(strSubnetMask), _dnsWebService._log);
|
scope = new Scope(scopeName, true, IPAddress.Parse(strStartingAddress), IPAddress.Parse(strEndingAddress), IPAddress.Parse(strSubnetMask), _dnsWebService._log, _dnsWebService.DhcpServer);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user