forked from External/ergo
Fix build issues
This commit is contained in:
parent
d09f085b1a
commit
ac99e82192
5 changed files with 9 additions and 9 deletions
|
|
@ -104,7 +104,7 @@ func (it *IdleTimer) processTimeout() {
|
|||
it.client.Ping()
|
||||
} else {
|
||||
it.client.Quit(it.quitMessage(previousState))
|
||||
it.client.destroy()
|
||||
it.client.destroy(false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue