forked from Mirror/frr
Merge pull request #3111 from pacovn/Coverity_1302499_Logically_dead_code
ospfd: dead code (Coverity 1302499)
This commit is contained in:
commit
eec50add22
|
@ -1891,7 +1891,7 @@ struct ospf_lsa *ospf_translated_nssa_refresh(struct ospf *ospf,
|
|||
zlog_debug(
|
||||
"ospf_translated_nssa_refresh(): no Type-7 found for "
|
||||
"Type-5 LSA Id %s",
|
||||
type5 ? inet_ntoa(type5->data->id) : "(null)");
|
||||
inet_ntoa(type5->data->id));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue