diff options
| author | anlan_cs <anlan_cs@126.com> | 2025-01-03 22:55:40 +0800 |
|---|---|---|
| committer | anlan_cs <anlan_cs@126.com> | 2025-01-03 22:57:30 +0800 |
| commit | 3522ab21d03a91b8b61c60d2ca2ece384a990dab (patch) | |
| tree | 6b5524675c1f0193500a2b623469d4be12a79450 /ospfd/ospf_lsa.c | |
| parent | f536ca30f522dc14882c4e41e51e6f92ff19f2cc (diff) | |
ospfd: Correct one word
Signed-off-by: anlan_cs <anlan_cs@126.com>
Diffstat (limited to 'ospfd/ospf_lsa.c')
| -rw-r--r-- | ospfd/ospf_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 7354223397..ac53f3a19f 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -4064,7 +4064,7 @@ struct ospf_lsa *ospf_lsa_refresh(struct ospf *ospf, struct ospf_lsa *lsa) ospf, lsa, ei, LSA_REFRESH_FORCE, false); else { aggr = (struct ospf_external_aggr_rt *) - ospf_extrenal_aggregator_lookup(ospf, &p); + ospf_external_aggregator_lookup(ospf, &p); if (aggr) { struct external_info ei_aggr; |
