]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: fix double assignment in ospf_vl_set_timers
authorChristian Franke <nobody@nowhere.ws>
Tue, 14 Jun 2016 18:07:02 +0000 (20:07 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Oct 2016 00:28:26 +0000 (20:28 -0400)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_vty.c

index 9da36f6a6c12924c37d71cd23b79cdcea2419640..dbda2bc7576744f9a7d87fa0c1741496c6e92c9a 100644 (file)
@@ -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)