diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-17 12:31:17 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-17 12:31:17 +0000 |
| commit | 90906a46ea838b3757eeae71166bb155385eb774 (patch) | |
| tree | 65128fde85f5e26dea2170bdd3066140e5c44604 /libexec/ftpd | |
| parent | 82583dd56434675b1e9e1a5ddc253e4f66c40ec2 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 8c091225ad5f..f4a40aaa7d81 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -871,7 +871,7 @@ sgetpwnam(name) static int login_attempts; /* number of failed login attempts */ static int askpasswd; /* had user command, ask for passwd */ -static char curname[10]; /* current USER name */ +static char curname[MAXLOGNAME]; /* current USER name */ /* * USER command. |
