mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 05:57:53 +00:00
lib/chkname.c: Use precise comment
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
parent
6a1f45d932
commit
95ea61009d
@ -79,7 +79,7 @@ bool is_valid_user_name (const char *name)
|
||||
long maxlen;
|
||||
|
||||
/*
|
||||
* User names length are limited by the kernel
|
||||
* User name length should be limited by the kernel
|
||||
*/
|
||||
errno = 0;
|
||||
maxlen = sysconf(_SC_LOGIN_NAME_MAX);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user