]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: Fix compile warnings
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 13:26:33 +0000 (08:26 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 13:29:56 +0000 (08:29 -0500)
These compile issues were found by running ./buildtest.sh
on a fedora 25 box.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_interface.c

index cd3b171a61ce2a5944e9b9914ee14340d4e428af..65fff1b16c3c9a219fbd56d76eaa1c31d0ff216b 100644 (file)
@@ -712,7 +712,7 @@ interface_up (struct thread *thread)
       if (IS_OSPF6_DEBUG_INTERFACE)
        zlog_debug ("Interface %s has no link local address, can't execute [InterfaceUp]",
                    oi->interface->name);
-       return 0;
+      return 0;
     }
 
   /* Recompute cost */