mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
Fix C++ style comment in mqtt.c
This commit is contained in:
parent
1f3c18fcbe
commit
2096f1a657
@ -835,7 +835,7 @@ mqtt_parse_incoming(mqtt_client_t *client, struct pbuf *p)
|
|||||||
if (msg_rem_len == 0) {
|
if (msg_rem_len == 0) {
|
||||||
/* Reset parser state */
|
/* Reset parser state */
|
||||||
client->msg_idx = 0;
|
client->msg_idx = 0;
|
||||||
//msg_tot_len = 0;
|
/* msg_tot_len = 0; */
|
||||||
fixed_hdr_idx = 0;
|
fixed_hdr_idx = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user