mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Allow "DenyUsers" to function.
This commit is contained in:
parent
c661df54c3
commit
2803b77e52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61320
@ -596,6 +596,7 @@ parse_flag:
|
||||
|
||||
case sDenyUsers:
|
||||
while ((cp = strtok(NULL, WHITESPACE))) {
|
||||
if (options->num_deny_users >= MAX_DENY_USERS)
|
||||
fatal("%.200s line %d: too many deny users.\n",
|
||||
filename, linenum);
|
||||
options->deny_users[options->num_deny_users++] = xstrdup(cp);
|
||||
|
Loading…
Reference in New Issue
Block a user