mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
snmp: forgot to change OID length
This commit is contained in:
parent
5c8a07cd87
commit
e46039adb9
@ -371,7 +371,7 @@ snmp_send_trap_or_notification_or_inform_generic(struct snmp_msg_trap *trap_msg,
|
||||
NULL, /* *next */
|
||||
NULL, /* *prev */
|
||||
{ /* oid */
|
||||
10, /* oid len */
|
||||
11, /* oid len */
|
||||
{1, 3, 6, 1, 6, 3, 1, 1, 4, 1, 0} /* oid for snmpTrapOID.0 */
|
||||
},
|
||||
SNMP_ASN1_TYPE_OBJECT_ID, /* type */
|
||||
|
Loading…
Reference in New Issue
Block a user