mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
eigrpd: dest_addr does not need to be set to NULL
All paths of the loop set dest_addr at the start of the loop. No need to set it to NULL to immediately set it too something else. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
c36bd47d76
commit
56cc0c2478
@ -842,9 +842,6 @@ static void eigrp_update_send_GR_part(struct eigrp_neighbor *nbr)
|
||||
eigrp_fsm_event(&fsm_msg);
|
||||
}
|
||||
|
||||
/* NULL the pointer */
|
||||
dest_addr = NULL;
|
||||
|
||||
/* delete processed prefix from list */
|
||||
listnode_delete(prefixes, pe);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user