diff options
author | paul <paul> | 2003-12-06 17:10:11 +0000 |
---|---|---|
committer | paul <paul> | 2003-12-06 17:10:11 +0000 |
commit | 29226d4ad5169529ad8f2f6e32e47160d43b1565 (patch) | |
tree | 7d7e6da34297d5ea2b488ab212a89a7389b41917 /ospfd | |
parent | 8f40e891b327c725f8ca549b20ff90e0cffc7e5b (diff) |
2003-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
* ospfd/ospf_flood.c: (ospf_flood_through_interface) fix compile
warning.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_flood.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c index 50cc9af2..05fcacda 100644 --- a/ospfd/ospf_flood.c +++ b/ospfd/ospf_flood.c @@ -441,7 +441,7 @@ ospf_flood_through_interface (struct ospf_interface *oi, continue; } - if (IS_OPAQUE_LSA_ORIGINATION_BLOCKED (ospf->opaque) + if (IS_OPAQUE_LSA_ORIGINATION_BLOCKED (oi->ospf->opaque) && IS_LSA_SELF (lsa) && onbr->state == NSM_Full) { |