dns: Fix DHCP reset
This commit is contained in:
parent
b19d4a92e2
commit
77282d2efe
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ func (t *Transport) Close() error {
|
|||
func (t *Transport) Reset() {
|
||||
t.transportLock.Lock()
|
||||
t.updatedAt = time.Time{}
|
||||
t.lastError = nil
|
||||
t.servers = nil
|
||||
t.transportLock.Unlock()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue