mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-19 14:39:02 +00:00
[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.
This commit is contained in:
parent
d1b1cd8fb9
commit
5db95bc2dd
@ -20,6 +20,7 @@
|
|||||||
purposes.
|
purposes.
|
||||||
(nsm_kill_nbr) Oops, action function shouldn't try return
|
(nsm_kill_nbr) Oops, action function shouldn't try return
|
||||||
1 for error.
|
1 for error.
|
||||||
|
* ospf_lsa.c: (ospf_translated_nssa_refresh) CID #13.
|
||||||
|
|
||||||
2006-06-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2006-06-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
@ -2090,7 +2090,7 @@ ospf_translated_nssa_refresh (struct ospf *ospf, struct ospf_lsa *type7,
|
|||||||
if (IS_DEBUG_OSPF_NSSA)
|
if (IS_DEBUG_OSPF_NSSA)
|
||||||
zlog_debug ("ospf_translated_nssa_refresh(): Could not install "
|
zlog_debug ("ospf_translated_nssa_refresh(): Could not install "
|
||||||
"translated LSA, Id %s",
|
"translated LSA, Id %s",
|
||||||
inet_ntoa (new->data->id));
|
inet_ntoa (type7->data->id));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user