]> git.puffer.fish Git - mirror/frr.git/commitdiff
isisd, lib: Fix some more compiler warnings
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Nov 2015 14:05:46 +0000 (09:05 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Mar 2016 00:26:35 +0000 (20:26 -0400)
A couple compiler warnings snuck in from the last
round of work being looked at.  This cleans them up

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

index 1e70cc132f877d5a0573e61c77a2a98f7307c20c..61b1e05eb279620aa6e4f0202d31c36ad5e44694 100644 (file)
@@ -347,6 +347,8 @@ isis_send_pdu_bcast (struct isis_circuit *circuit, int level)
         return ISIS_WARNING;
       return ISIS_ERROR;
     }
+
+  return ISIS_OK;
 }
 
 int