mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
treat KEEPALIVE same as RQSTMSGS (for now)
This commit is contained in:
parent
61009cefc7
commit
06f0b7e411
1 changed files with 1 additions and 1 deletions
|
@ -1458,7 +1458,7 @@ handle_udp_packet( UdpThreadClosure* utc )
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case XWPDEV_KEEPALIVE:
|
||||
case XWPDEV_RQSTMSGS: {
|
||||
unsigned short idLen;
|
||||
if ( !getNetShort( &ptr, end, &idLen ) ) {
|
||||
|
|
Loading…
Reference in a new issue