ospfd: dead code (Coverity 1302499)

Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
F. Aragon 2018-10-01 12:03:15 +02:00
parent 979ee88491
commit a3904dd340
No known key found for this signature in database
GPG Key ID: FD112A8C7E6A5E4A

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