mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
fix bad assert
This commit is contained in:
parent
e6abaaea98
commit
078ab48fa1
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ comms_checkIncomingStream( CommsCtxt* comms, XWStreamCtxt* stream,
|
||||||
AddressRecord* recs = (AddressRecord*)NULL;
|
AddressRecord* recs = (AddressRecord*)NULL;
|
||||||
XWHostID senderID;
|
XWHostID senderID;
|
||||||
|
|
||||||
XP_ASSERT( comms->addr.conType == addr->conType );
|
XP_ASSERT( addr == NULL || comms->addr.conType == addr->conType );
|
||||||
|
|
||||||
if ( relayPreProcess( comms, stream, &senderID ) ) {
|
if ( relayPreProcess( comms, stream, &senderID ) ) {
|
||||||
return XP_FALSE;
|
return XP_FALSE;
|
||||||
|
|
Loading…
Add table
Reference in a new issue