mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Widen the host field so that a full IPv6 address will be seen.
This commit is contained in:
parent
707d98fe2f
commit
339ce033d2
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ static struct entry {
|
|||
|
||||
#define W_DISPUSERSIZE 10
|
||||
#define W_DISPLINESIZE 8
|
||||
#define W_DISPHOSTSIZE 24
|
||||
#define W_DISPHOSTSIZE 40
|
||||
|
||||
static void pr_header(time_t *, int);
|
||||
static struct stat *ttystat(char *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue