mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
Fixed uninitalized variable warnings (using gcc 4.1.1)
This commit is contained in:
@@ -1083,6 +1083,8 @@ snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snm
|
||||
|
||||
/* find right child ptr */
|
||||
child.r_ptr = NULL;
|
||||
child.r_id = 0;
|
||||
child.r_nl = 0;
|
||||
while ((node_stack_cnt > 0) && (child.r_ptr == NULL))
|
||||
{
|
||||
pop_node(&child);
|
||||
|
||||
Reference in New Issue
Block a user