ospf6d: Fix compile warnings

These compile issues were found by running ./buildtest.sh
on a fedora 25 box.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-02-03 08:26:33 -05:00
parent a707247eff
commit 285a775ac7

View 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 */