mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 14:46:58 +08:00
Fix type on snmp_set_test_ok to be snmp_err_t
This function was returning values from snmp_err_t but wasn't
upgraded to using the typedef after commit babce70
This resulted in compilation failure on MSVC 2013
This commit is contained in:
@@ -988,7 +988,7 @@ snmp_oid_in_range(const u32_t *oid_in, u8_t oid_len, const struct snmp_oid_range
|
||||
return 1;
|
||||
}
|
||||
|
||||
u8_t
|
||||
snmp_err_t
|
||||
snmp_set_test_ok(struct snmp_node_instance* instance, u16_t value_len, void* value)
|
||||
{
|
||||
LWIP_UNUSED_ARG(instance);
|
||||
|
||||
Reference in New Issue
Block a user