don't keep reusing the same IP for updates
This commit is contained in:
parent
95890cbabf
commit
6e7bb994d0
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ func (i *IPPool) ReleaseAll() {
|
|||
}
|
||||
localIP := &i.ips[j]
|
||||
localIP.InUse = false
|
||||
localIP.LastUse = time.Now()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue