1
This commit is contained in:
parent
60800e90b7
commit
aacd2fdc5f
@ -96,7 +96,7 @@ void LongSessionMgr::DelSession(int socket_handle)
|
||||
{
|
||||
{
|
||||
auto session = GetSession(socket_handle);
|
||||
if (session && session.use_count() != 1) {
|
||||
if (session && session.use_count() != 2) {
|
||||
#ifdef DEBUG
|
||||
abort();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user