mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-05-27 21:46:07 +00:00
Scope: minor fix done.
This commit is contained in:
@@ -646,7 +646,8 @@ namespace DnsServerCore.Dhcp
|
||||
expiredLeases.Add(expiredLease);
|
||||
}
|
||||
|
||||
_lastModified = DateTime.UtcNow;
|
||||
if (expiredLeaseKeys.Count > 0)
|
||||
_lastModified = DateTime.UtcNow;
|
||||
|
||||
return expiredLeases;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user