mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
race condition fixed
This commit is contained in:
parent
091a2ed6b2
commit
7ae0e31964
7 changed files with 3 additions and 15 deletions
|
|
@ -54,6 +54,8 @@ ServerSocketInterface::ServerSocketInterface(Servatrice *_server, QTcpSocket *_s
|
|||
deleteLater();
|
||||
} else
|
||||
sendProtocolItem(new Event_ServerMessage(Servatrice::versionString));
|
||||
|
||||
server->addClient(this);
|
||||
}
|
||||
|
||||
ServerSocketInterface::~ServerSocketInterface()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue