mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
Added some lines for SET command.
This commit is contained in:
@@ -190,6 +190,8 @@ snmp_mib_lrn_alloc(void)
|
||||
{
|
||||
lrn->get_object_def = noleafs_get_object_def;
|
||||
lrn->get_value = noleafs_get_value;
|
||||
lrn->set_test = noleafs_set_test;
|
||||
lrn->set_value = noleafs_set_value;
|
||||
lrn->node_type = MIB_NODE_LR;
|
||||
lrn->maxlength = 0;
|
||||
lrn->head = NULL;
|
||||
|
||||
Reference in New Issue
Block a user