lib/chkname.c: Use precise comment
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
committed by
Serge Hallyn
parent
6a1f45d932
commit
95ea61009d
@@ -79,7 +79,7 @@ bool is_valid_user_name (const char *name)
|
|||||||
long maxlen;
|
long maxlen;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* User names length are limited by the kernel
|
* User name length should be limited by the kernel
|
||||||
*/
|
*/
|
||||||
errno = 0;
|
errno = 0;
|
||||||
maxlen = sysconf(_SC_LOGIN_NAME_MAX);
|
maxlen = sysconf(_SC_LOGIN_NAME_MAX);
|
||||||
|
|||||||
Reference in New Issue
Block a user