Merge pull request #3111 from pacovn/Coverity_1302499_Logically_dead_code

ospfd: dead code (Coverity 1302499)
This commit is contained in:
David Lamparter 2018-10-01 14:14:54 +02:00 committed by GitHub
commit eec50add22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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