diff options
| author | jardin <jardin> | 2003-12-23 08:56:18 +0000 | 
|---|---|---|
| committer | jardin <jardin> | 2003-12-23 08:56:18 +0000 | 
| commit | 9e867fe663c4eb43c36f35067c0dd092e8c83c14 (patch) | |
| tree | f29461b6a2dc8c38037dc0cf91e70392f9ed4ab2 /isisd/isis_dynhn.c | |
| parent | eb5d44eb8dcf25a1b328e57d1eabb1f89e3bc59b (diff) | |
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.
Diffstat (limited to 'isisd/isis_dynhn.c')
| -rw-r--r-- | isisd/isis_dynhn.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_dynhn.c b/isisd/isis_dynhn.c index 9e151d0aba..0ba1842827 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;  }  | 
