From: Paul Jakma Date: Tue, 4 Jul 2006 13:52:29 +0000 (+0000) Subject: [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. X-Git-Tag: frr-2.0-rc1~2644 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5db95bc2dda90dc462f77dd2610c004db685252e;p=mirror%2Ffrr.git [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. --- diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index e22b7a42c0..eff71fca4b 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -20,6 +20,7 @@ purposes. (nsm_kill_nbr) Oops, action function shouldn't try return 1 for error. + * ospf_lsa.c: (ospf_translated_nssa_refresh) CID #13. 2006-06-30 Andrew J. Schorr diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 509afc8a6a..8b5c6eb816 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; }