Increased username size to allow passing username:auth_method to
login.
This commit is contained in:
parent
32b56960eb
commit
69f67f3e27
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user