From efee364f51944c4cb9adad57f7329762c6cccfd4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 20 Nov 2015 09:05:46 -0500 Subject: [PATCH] isisd, lib: Fix some more compiler warnings A couple compiler warnings snuck in from the last round of work being looked at. This cleans them up Signed-off-by: Donald Sharp --- isisd/isis_bpf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/isisd/isis_bpf.c b/isisd/isis_bpf.c index 1e70cc132f..61b1e05eb2 100644 --- a/isisd/isis_bpf.c +++ b/isisd/isis_bpf.c @@ -347,6 +347,8 @@ isis_send_pdu_bcast (struct isis_circuit *circuit, int level) return ISIS_WARNING; return ISIS_ERROR; } + + return ISIS_OK; } int -- 2.39.5