Commit 996c02dc authored by Tsaiilin's avatar Tsaiilin

fix

parent 7d1057a6
......@@ -88,7 +88,7 @@ func (client *Client) check() {
}
log.Run().Warnf("Redial net check fail, redial...")
client.redial.RedialByCheck(cfg)
if client.sessiong != nil {
if client.session != nil {
client.session.Close()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment