]> git.puffer.fish Git - mirror/frr.git/commitdiff
[ospfd] CID #13, dont try print out fields of LSA we know to be NULL.
authorPaul Jakma <paul.jakma@sun.com>
Tue, 4 Jul 2006 13:52:29 +0000 (13:52 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 4 Jul 2006 13:52:29 +0000 (13:52 +0000)
2006-07-02 Paul Jakma <paul.jakma@sun.com>

* ospf_lsa.c: (ospf_translated_nssa_refresh) CID #13.

ospfd/ChangeLog
ospfd/ospf_lsa.c

index e22b7a42c035d5251f3a102fcd60ebf50859c10f..eff71fca4b38294cc2c748ea62bfcd8fae8aa1df 100644 (file)
@@ -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 <ajschorr@alumni.princeton.edu>
 
index 509afc8a6a879c75c3704b0cb1310e0a64c2d4c4..8b5c6eb816ebd77e0fe5fa45138b79f476f937d1 100644 (file)
@@ -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;
     }