From 84542f3903cc7b251935114cfdc82d2a1cc9f827 Mon Sep 17 00:00:00 2001 From: "F. Aragon" Date: Fri, 3 Aug 2018 15:51:05 +0200 Subject: [PATCH] ospfd: dead code (Coverity 1472227) 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 502f233036..4165338834 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -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; } -- 2.39.5