mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
comment out assertion that's firing when db wiped
This commit is contained in:
parent
5bd71ba7c5
commit
ec075eff18
1 changed files with 4 additions and 1 deletions
|
@ -462,7 +462,10 @@ reset_internal( CommsCtxt* comms, XP_Bool isServer,
|
|||
if ( 0 != comms->nextChannelNo ) {
|
||||
XP_LOGF( "%s: comms->nextChannelNo: %d", __func__, comms->nextChannelNo );
|
||||
}
|
||||
XP_ASSERT( 0 == comms->nextChannelNo ); /* firing... */
|
||||
/* This tends to fire when games reconnect to the relay after the DB's
|
||||
been wiped and connect in a different order from that in which they did
|
||||
originally. So comment it out. */
|
||||
// XP_ASSERT( 0 == comms->nextChannelNo );
|
||||
// comms->nextChannelNo = 0;
|
||||
if ( resetRelay ) {
|
||||
comms->channelSeed = 0;
|
||||
|
|
Loading…
Reference in a new issue