session fix
This commit is contained in:
parent
abbd6b72d5
commit
ac5aa179e6
@ -36,7 +36,6 @@ void session::start()
|
||||
if(ex.code().value() == 2) // end of file
|
||||
{
|
||||
//FIXME: Удалять сессию должен сервер
|
||||
std::cout << "deleting session" << std::endl;
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user