Merge pull request #2784 from pacovn/Coverity_1472227_dead_code

ospfd: dead code (Coverity 1472227)
This commit is contained in:
Rafael Zalamena 2018-08-03 12:18:58 -03:00 committed by GitHub
commit 45f80f0111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}