diff options
author | paul <paul> | 2003-02-13 22:04:01 +0000 |
---|---|---|
committer | paul <paul> | 2003-02-13 22:04:01 +0000 |
commit | 7154304e5f7d47d1252470275a8cd8c4d97b3cfd (patch) | |
tree | 4e81b066609e2c37b63485654123926b7bd7bbc1 /ospfd/ospf_lsa.c | |
parent | a9071f67b4d96c6d144429c669429a66b4bbe0fb (diff) | |
download | quagga-7154304e5f7d47d1252470275a8cd8c4d97b3cfd.tar.bz2 quagga-7154304e5f7d47d1252470275a8cd8c4d97b3cfd.tar.xz |
Fix debug statement in ospf_packet.c and merge error in ospf_lsa.c
Diffstat (limited to 'ospfd/ospf_lsa.c')
-rw-r--r-- | ospfd/ospf_lsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 0a48babc..9c8cd81d 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2620,8 +2620,6 @@ ospf_lsa_maxage_walker_remover (struct ospf_lsa *lsa, void *p_arg, int int_arg) case OSPF_OPAQUE_LINK_LSA: case OSPF_OPAQUE_AREA_LSA: case OSPF_OPAQUE_AS_LSA: - case OSPF_OPAQUE_LINK_LSA: - case OSPF_OPAQUE_AREA_LSA: /* * As a general rule, whenever network topology has changed * (due to an LSA removal in this case), routing recalculation |