Increased username size to allow passing username:auth_method to

login.
This commit is contained in:
davidn 1997-02-07 11:45:10 +00:00
parent 32b56960eb
commit 69f67f3e27

View File

@ -93,7 +93,7 @@ struct termios tmode, omode;
int crmod, digit, lower, upper;
char hostname[MAXHOSTNAMELEN];
char name[MAXLOGNAME+1];
char name[MAXLOGNAME*3];
char dev[] = _PATH_DEV;
char ttyn[32];