mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
tweak
There's an assertion I need to remove or understand here.
This commit is contained in:
parent
98184b9e47
commit
10bbab88bf
1 changed files with 2 additions and 1 deletions
|
@ -1843,8 +1843,9 @@ 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 && !comms->recs->next );
|
||||
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