mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix recent booboo: it's not an error for server_initClientConnection()
to fail here.
This commit is contained in:
parent
4c2c6e5814
commit
ab64197ac4
1 changed files with 1 additions and 2 deletions
|
@ -1439,8 +1439,7 @@ linuxChangeRoles( CommonGlobals* cGlobals )
|
|||
XWStreamCtxt* stream =
|
||||
mem_stream_make( MPPARM(cGlobals->util->mpool) cGlobals->params->vtMgr,
|
||||
cGlobals, CHANNEL_NONE, sendOnClose );
|
||||
XP_Bool done = server_initClientConnection( server, stream );
|
||||
XP_ASSERT( !done );
|
||||
(void)server_initClientConnection( server, stream );
|
||||
}
|
||||
(void)server_do( server );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue