Merge pull request #10651 from FRRouting/mergify/bp/dev/8.2/pr-10650

ospfd: NULL passed instead of ei pointer in external lsa origination (backport #10650)
This commit is contained in:
Jafar Al-Gharaibeh 2022-02-24 20:55:30 -06:00 committed by GitHub
commit d7bae757ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2184,7 +2184,7 @@ void ospf_external_lsa_rid_change(struct ospf *ospf)
continue;
if (!ospf_external_lsa_originate(ospf,
NULL))
ei))
flog_warn(
EC_OSPF_LSA_INSTALL_FAILURE,
"LSA: AS-external-LSA was not originated.");