mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
Fix UDP decode bug
This commit is contained in:
@@ -1558,6 +1558,7 @@ decode_udp(uint8_t *buf, uint16_t len,
|
||||
udp->protocol = UDP_PROTOCOL_QMX_LI;
|
||||
ret_val = decode_qmx_li(buf, len, sp, sp_len, (bbl_qmx_li_t**)&udp->next);
|
||||
} else {
|
||||
udp->protocol = 0;
|
||||
udp->next = NULL;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user