diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-26 21:37:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-26 21:37:51 +0000 |
| commit | f6fd83ed2703ccf18b937c09c49ffd7414fd22e1 (patch) | |
| tree | 32dc365640e49f57d4774a909af8850949e4082c /libexec/telnetd | |
| parent | d352c316d416848806f67386cb5a8798d67a6cf7 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 7216cf72c14e..ac0260e62962 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -775,7 +775,7 @@ terminaltypeok(s) } #ifndef MAXHOSTNAMELEN -#define MAXHOSTNAMELEN 64 +#define MAXHOSTNAMELEN 256 #endif /* MAXHOSTNAMELEN */ char *hostname; |
