summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorGreg Troxel <gdt@fnord.ir.bbn.com>2007-08-06 15:50:20 +0000
committerGreg Troxel <gdt@fnord.ir.bbn.com>2007-08-06 15:50:20 +0000
commitfc787e873dff0091069742b34fb3631ac529c92a (patch)
tree0e3476ff66b483396f67c2e104ca27ade35be2e3 /ospfd
parent5b02255a671a5eee7c1736f6f9d0bab19a65cb2a (diff)
Fix last commit - add back in closing paren which was apparently
uninentionally deleted along with a test.
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c
index c37ab325..243928f4 100644
--- a/ospfd/ospf_lsa.c
+++ b/ospfd/ospf_lsa.c
@@ -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))