diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 03:00:12 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 03:00:12 +0000 |
| commit | 0f02abaf67282076eb4f8887150c1a8df39c42f1 (patch) | |
| tree | bd58eae82fba62dea399ca4d05a18560415c24ed | |
| parent | bd44089b88eb8bae4ffabcec5f906b12b1b92f5d (diff) | |
Notes
| -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 8761fda83300..5695f51ca73a 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -776,7 +776,7 @@ terminaltypeok(s) } #ifndef MAXHOSTNAMELEN -#define MAXHOSTNAMELEN 64 +#define MAXHOSTNAMELEN 256 #endif /* MAXHOSTNAMELEN */ char *hostname; |
