From d3188ec16a6f5d926ed35cf4b3dec6ab682dd64c Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 4 Jul 2006 13:52:29 +0000 Subject: [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. 2006-07-02 Paul Jakma * ospf_lsa.c: (ospf_translated_nssa_refresh) CID #13. --- ospfd/ospf_lsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_lsa.c') diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 509afc8a..8b5c6eb8 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2090,7 +2090,7 @@ ospf_translated_nssa_refresh (struct ospf *ospf, struct ospf_lsa *type7, if (IS_DEBUG_OSPF_NSSA) zlog_debug ("ospf_translated_nssa_refresh(): Could not install " "translated LSA, Id %s", - inet_ntoa (new->data->id)); + inet_ntoa (type7->data->id)); return NULL; } -- cgit v1.2.3