mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 02:39:15 +00:00
Corrected comment typo.
This commit is contained in:
parent
43bf9a8e46
commit
d0b81d3b20
@ -455,7 +455,7 @@ snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident)
|
|||||||
{
|
{
|
||||||
if ((ident[0] == 1) && (ident[1] == 3))
|
if ((ident[0] == 1) && (ident[1] == 3))
|
||||||
{
|
{
|
||||||
/* compressed (most common) prefix .iso.dod */
|
/* compressed (most common) prefix .iso.org */
|
||||||
*msg_ptr = 0x2b;
|
*msg_ptr = 0x2b;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user