forked from extern/endlessh
Fix config copy-paste error
This commit is contained in:
parent
5e12d658ce
commit
2a9c514702
@ -428,7 +428,7 @@ config_load(struct config *c, const char *file, int hardfail)
|
||||
config_set_max_line_length(c, tokens[1], hardfail);
|
||||
break;
|
||||
case KEY_MAX_CLIENTS:
|
||||
config_set_max_line_length(c, tokens[1], hardfail);
|
||||
config_set_max_clients(c, tokens[1], hardfail);
|
||||
break;
|
||||
case KEY_LOG_LEVEL: {
|
||||
errno = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user