mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 08:45:32 +00:00
minor refactoring change
This commit is contained in:
@@ -7075,7 +7075,7 @@ namespace DnsServerCore
|
||||
_dnsServer.BlockListZoneManager.BlockListUrls.Add(new Uri(listUrl));
|
||||
}
|
||||
|
||||
_blockListLastUpdatedOn = bR.ReadDate();
|
||||
_blockListLastUpdatedOn = bR.ReadDateTime();
|
||||
|
||||
if (version >= 13)
|
||||
_blockListUpdateIntervalHours = bR.ReadInt32();
|
||||
|
||||
Reference in New Issue
Block a user