Skip to content

Commit

Permalink
Merge pull request #2784 from pacovn/Coverity_1472227_dead_code
Browse files Browse the repository at this point in the history
ospfd: dead code (Coverity 1472227)
  • Loading branch information
rzalamena committed Aug 3, 2018
2 parents 484020d + 84542f3 commit 45f80f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospfd/ospf_lsa.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 45f80f0

Please sign in to comment.