From 8da59e56def8884fd5b6a8b788c04f65242a8b0f Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 8 May 2019 19:17:32 +0000 Subject: ospfd: initialize maybe-uninitialized bool Signed-off-by: Quentin Young --- ospfd/ospf_te.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c index 1488aa88c..e68363663 100644 --- a/ospfd/ospf_te.c +++ b/ospfd/ospf_te.c @@ -2535,7 +2535,7 @@ DEFUN (show_ip_ospf_mpls_te_link, struct interface *ifp = NULL; struct listnode *node; char *vrf_name = NULL; - bool all_vrf; + bool all_vrf = false; int inst = 0; int idx_vrf = 0; struct ospf *ospf = NULL; -- cgit v1.2.3