mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 07:26:16 +00:00
ospfd: fix double assignment in ospf_vl_set_timers
Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: Christian Franke <chris@opensourcerouting.org> Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
099111efa9
commit
c8cdf5c774
@ -968,7 +968,7 @@ static int
|
||||
ospf_vl_set_timers (struct ospf_vl_data *vl_data,
|
||||
struct ospf_vl_config_data *vl_config)
|
||||
{
|
||||
struct interface *ifp = ifp = vl_data->vl_oi->ifp;
|
||||
struct interface *ifp = vl_data->vl_oi->ifp;
|
||||
/* Virtual Link data initialised to defaults, so only set
|
||||
if a value given */
|
||||
if (vl_config->hello_interval)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user