mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-17 17:10:03 +00:00
Accidentally removed a break statement in my last commit
This commit is contained in:
parent
aa4d978448
commit
b7e24fdc58
@ -1597,6 +1597,7 @@ snmp_append_outbound_varbind(struct snmp_pbuf_stream *pbuf_stream, struct snmp_v
|
||||
#if LWIP_HAVE_INT64
|
||||
case SNMP_ASN1_TYPE_COUNTER64:
|
||||
OVB_BUILD_EXEC(snmp_asn1_enc_u64t(pbuf_stream, len.value_value_len, (u32_t*) varbind->value));
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
LWIP_ASSERT("Unknown variable type", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user