mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +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…
Reference in New Issue
Block a user