mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-09 22:13:23 +00:00
Fixed double iterator bug in send_trap(), multiple trap destinations work ok now.
This commit is contained in:
parent
320ea29861
commit
82c46f957a
@ -284,7 +284,6 @@ snmp_send_trap(s8_t generic_trap, s32_t specific_trap)
|
||||
return ERR_MEM;
|
||||
}
|
||||
}
|
||||
td++;
|
||||
}
|
||||
return ERR_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user