From 9e867fe663c4eb43c36f35067c0dd092e8c83c14 Mon Sep 17 00:00:00 2001 From: jardin Date: Tue, 23 Dec 2003 08:56:18 +0000 Subject: Merge isisd into the Quagga's framework: - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma. --- isisd/isis_dynhn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isis_dynhn.c') diff --git a/isisd/isis_dynhn.c b/isisd/isis_dynhn.c index 9e151d0a..0ba18428 100644 --- a/isisd/isis_dynhn.c +++ b/isisd/isis_dynhn.c @@ -117,7 +117,7 @@ void dynhn_print_all (struct vty *vty) VTY_NEWLINE); } - vty_out (vty, " * %s %s%s", sysid_print (isis->sysid), host.name, + vty_out (vty, " * %s %s%s", sysid_print (isis->sysid), unix_hostname(), VTY_NEWLINE); return; } -- cgit v1.2.1