Fix last commit - add back in closing paren which was apparently

uninentionally deleted along with a test.
This commit is contained in:
Greg Troxel 2007-08-06 15:50:20 +00:00
parent 5b02255a67
commit fc787e873d

View 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))