minor refactoring change

This commit is contained in:
Shreyas Zare
2021-06-26 17:02:18 +05:30
parent f49f78c557
commit 67465fe317

View File

@@ -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();