mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-05 08:15:54 +00:00
WebServiceDhcpApi: minor changes done.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user