]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: initialize maybe-uninitialized bool
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 8 May 2019 19:17:32 +0000 (19:17 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 29 May 2019 18:03:26 +0000 (18:03 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospfd/ospf_te.c

index 1488aa88cd4edadbc8f6ec8bcfa37f9807b179d1..e68363663949b8d7c34965fcd2afc11b59d629cf 100644 (file)
@@ -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;