treat KEEPALIVE same as RQSTMSGS (for now)

This commit is contained in:
Eric House 2013-08-15 07:25:20 -07:00
parent 61009cefc7
commit 06f0b7e411

View file

@ -1458,7 +1458,7 @@ handle_udp_packet( UdpThreadClosure* utc )
} }
break; break;
} }
case XWPDEV_KEEPALIVE:
case XWPDEV_RQSTMSGS: { case XWPDEV_RQSTMSGS: {
unsigned short idLen; unsigned short idLen;
if ( !getNetShort( &ptr, end, &idLen ) ) { if ( !getNetShort( &ptr, end, &idLen ) ) {