]> git.puffer.fish Git - mirror/frr.git/commitdiff
Fix last commit - add back in closing paren which was apparently
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Mon, 6 Aug 2007 15:50:20 +0000 (15:50 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Mon, 6 Aug 2007 15:50:20 +0000 (15:50 +0000)
uninentionally deleted along with a test.

ospfd/ospf_lsa.c

index c37ab3259a3d3fa550f88b8f5dc5aa604cfca124..243928f4157db5afbf71dd07122a342f6d45e9b9 100644 (file)
@@ -437,7 +437,7 @@ router_lsa_flags (struct ospf_area *area)
        SET_FLAG (flags, ROUTER_LSA_SHORTCUT);
 
   /* ASBR can't exit in stub area. */
-  if (area->external_routing == OSPF_AREA_STUB
+  if (area->external_routing == OSPF_AREA_STUB)
     UNSET_FLAG (flags, ROUTER_LSA_EXTERNAL);
   /* If ASBR set External flag */
   else if (IS_OSPF_ASBR (area->ospf))