* minor
This commit is contained in:
parent
93babd3e1c
commit
0c2611ff97
@ -58,7 +58,7 @@ func (s *Server) dbLoad() {
|
|||||||
if obj[i].Expiry != leaseExpireStatic &&
|
if obj[i].Expiry != leaseExpireStatic &&
|
||||||
!ipInRange(s.leaseStart, s.leaseStop, obj[i].IP) {
|
!ipInRange(s.leaseStart, s.leaseStop, obj[i].IP) {
|
||||||
|
|
||||||
log.Tracef("Skipping a lease with IP %s: not within current IP range", obj[i].IP)
|
log.Tracef("Skipping a lease with IP %v: not within current IP range", obj[i].IP)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user