diff options
| author | Russ White <russ@riw.us> | 2019-11-26 09:48:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 09:48:20 -0500 |
| commit | 2f7b0479e9cacadd76ccf2e5ada56b51e2e6f241 (patch) | |
| tree | 5c99b31993c7ca8d83a032b92d67f6141571953e /ospfd/ospf_nsm.c | |
| parent | d656cf7fd1b256d6ae4ba9ee80dd8cc95e1d7952 (diff) | |
| parent | 6d24b7cc08d6c95a538415bdc58614c076f1f9a7 (diff) | |
Merge pull request #5408 from donaldsharp/scan7
Scan7
Diffstat (limited to 'ospfd/ospf_nsm.c')
| -rw-r--r-- | ospfd/ospf_nsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_nsm.c b/ospfd/ospf_nsm.c index 110738802c..9f6be3cbc7 100644 --- a/ospfd/ospf_nsm.c +++ b/ospfd/ospf_nsm.c @@ -224,7 +224,7 @@ static int ospf_db_summary_add(struct ospf_neighbor *nbr, struct ospf_lsa *lsa) case OSPF_OPAQUE_LINK_LSA: /* Exclude type-9 LSAs that does not have the same "oi" with * "nbr". */ - if (nbr->oi && ospf_if_exists(lsa->oi) != nbr->oi) + if (ospf_if_exists(lsa->oi) != nbr->oi) return 0; break; case OSPF_OPAQUE_AREA_LSA: |
