From a3904dd3400326a8d64196f79f8661e12a31d713 Mon Sep 17 00:00:00 2001 From: "F. Aragon" Date: Mon, 1 Oct 2018 12:03:15 +0200 Subject: [PATCH] ospfd: dead code (Coverity 1302499) Signed-off-by: F. Aragon --- ospfd/ospf_lsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }