From: Donald Sharp Date: Fri, 20 Nov 2015 14:05:46 +0000 (-0500) Subject: isisd, lib: Fix some more compiler warnings X-Git-Tag: frr-2.0-rc1~1005 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=efee364f51944c4cb9adad57f7329762c6cccfd4;p=mirror%2Ffrr.git 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 --- 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