mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
Merge pull request #2784 from pacovn/Coverity_1472227_dead_code
ospfd: dead code (Coverity 1472227)
This commit is contained in:
commit
45f80f0111
@ -1921,7 +1921,7 @@ struct ospf_lsa *ospf_translated_nssa_refresh(struct ospf *ospf,
|
||||
zlog_debug(
|
||||
"ospf_translated_nssa_refresh(): Could not install "
|
||||
"translated LSA, Id %s",
|
||||
type7 ? inet_ntoa(type7->data->id) : "(null)");
|
||||
inet_ntoa(type7->data->id));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user