From: F. Aragon Date: Mon, 1 Oct 2018 10:03:15 +0000 (+0200) Subject: ospfd: dead code (Coverity 1302499) X-Git-Tag: frr-7.1-dev~311^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a3904dd3400326a8d64196f79f8661e12a31d713;p=mirror%2Ffrr.git ospfd: dead code (Coverity 1302499) Signed-off-by: F. Aragon --- diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index cca1baa544..581a969fbc 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -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; }