mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove assert (until I figure out why firing)
This commit is contained in:
parent
f5cc23f591
commit
4cfc781cd7
1 changed files with 0 additions and 1 deletions
|
@ -1853,7 +1853,6 @@ sendMsg( CommsCtxt* comms, XWEnv xwe, MsgQueueElem* elem, const CommsConnType fi
|
|||
(void)channelToAddress( comms, xwe, channelNo, &addrP );
|
||||
} else {
|
||||
/* guest has only one peer, but old code might save several */
|
||||
XP_ASSERT( !!comms->recs ); /* firing in upgrade test. WHY??? */
|
||||
if ( !!comms->recs ) {
|
||||
XP_ASSERT( !comms->recs->next ); // firing during upgrade test
|
||||
addrP = &comms->recs->addr;
|
||||
|
|
Loading…
Reference in a new issue