mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-01 12:47:16 +00:00
* isis_spf.c: host.name might be NULL.
[backport candidate]
This commit is contained in:
parent
12f6ea2300
commit
c3d26c7298
@ -1,3 +1,7 @@
|
||||
2005-03-07 Michael Sandee <voidptr@voidptr.sboost.org>
|
||||
|
||||
* isis_spf.c: host.name might be NULL.
|
||||
|
||||
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||
|
||||
* isis_main.c: (reload) Call vty_reset instead of vty_finish (both
|
||||
|
||||
@ -1279,7 +1279,8 @@ isis_print_paths (struct vty *vty, struct list *paths)
|
||||
continue;
|
||||
if (memcmp (vertex->N.id, isis->sysid, ISIS_SYS_ID_LEN) == 0)
|
||||
{
|
||||
vty_out (vty, "%s --%s", host.name, VTY_NEWLINE);
|
||||
vty_out (vty, "%s --%s", host.name?host.name:"",
|
||||
VTY_NEWLINE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user