mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-31 13:59:29 +00:00
Lease: minor refactoring change
This commit is contained in:
@@ -88,7 +88,7 @@ namespace DnsServerCore.Dhcp
|
||||
_hostName = null;
|
||||
|
||||
_hardwareAddress = bR.ReadBuffer();
|
||||
_address = IPAddressExtension.Parse(bR);
|
||||
_address = IPAddressExtension.ReadFrom(bR);
|
||||
|
||||
if (version >= 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user