统一 Username

This commit is contained in:
bjdgyc
2022-10-09 14:58:51 +08:00
parent adb8b45985
commit 4a412fe0ee
5 changed files with 6 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ func (cs *ConnSession) Close() {
}
ReleaseIp(cs.IpAddr, cs.Sess.MacAddr)
LimitClient(cs.Sess.Username, true)
LimitClient(cs.Username, true)
})
}