[ospfd] CID #13, dont try print out fields of LSA we know to be NULL.

2006-07-02 Paul Jakma <paul.jakma@sun.com>

	* ospf_lsa.c: (ospf_translated_nssa_refresh) CID #13.
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c
index 509afc8..8b5c6eb 100644
--- a/ospfd/ospf_lsa.c
+++ b/ospfd/ospf_lsa.c
@@ -2090,7 +2090,7 @@
       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;
     }