VM
FossilOrigin-Name: 4bbb8402b5110003c6d19908b6fa9b4a7a6b5903ba1fa691eb93a49aa0f089f4
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
int cw_readelem_wtp_reboot_statistics(struct wtp_reboot_statistics *s, int type,uint8_t *msgelem, int len)
|
||||
{
|
||||
if (type != CWMSGELEM_WTP_REBOOT_STATISTICS)
|
||||
if (type != CW_ELEM_WTP_REBOOT_STATISTICS)
|
||||
return 0;
|
||||
|
||||
s->reboot_count=ntohs(*((uint16_t*)(msgelem+0)));
|
||||
|
Reference in New Issue
Block a user