From eb1ce6059a00f3f0dd92c965aa5982907b54c00d Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 8 Oct 2004 08:17:22 +0000 Subject: Compiler warnings fixes round 1. --- ospfd/ospf_te.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ospfd/ospf_te.c') diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c index 1d442501..a4980034 100644 --- a/ospfd/ospf_te.c +++ b/ospfd/ospf_te.c @@ -1872,8 +1872,10 @@ DEFUN (show_mpls_te_link, /* Show All Interfaces. */ if (argc == 0) - LIST_LOOP (iflist, ifp, node) - show_mpls_te_link_sub (vty, ifp); + { + LIST_LOOP (iflist, ifp, node) + show_mpls_te_link_sub (vty, ifp); + } /* Interface name is specified. */ else { -- cgit v1.2.1