mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
don't save unset channelSeed
This commit is contained in:
parent
bdc298b222
commit
a34f4e4954
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ comms_writeToStream( CommsCtxt* comms, XWStreamCtxt* stream,
|
|||
|
||||
stream_putU32( stream, comms->connID );
|
||||
stream_putU16( stream, comms->nextChannelNo );
|
||||
stream_putU16( stream, comms->channelSeed );
|
||||
stream_putU16( stream, comms_getChannelSeed( comms ) ); /* force creation */
|
||||
stream_putU16( stream, comms->resendBackoff );
|
||||
stream_putU32( stream, comms->nextResend );
|
||||
if ( addr_hasType( &comms->addr, COMMS_CONN_RELAY ) ) {
|
||||
|
|
Loading…
Reference in a new issue