mirror of https://github.com/aredn/aredn.git
fix iss749 (#904)
This commit is contained in:
parent
f3af8eee30
commit
d02bfc9db3
|
@ -340,7 +340,7 @@ if not maxclients then
|
|||
maxclients = 10
|
||||
end
|
||||
if enabled_count > maxclients then
|
||||
err("Number of clients enabled (" .. enabled_count .. " exceeds maxclients (" .. maxclients .. "); only the first 100 will activate.")
|
||||
err("Number of clients enabled (" .. enabled_count .. ") exceeds maxclients value (" .. maxclients .. ")")
|
||||
end
|
||||
|
||||
-- save configuration (commit)
|
||||
|
|
Loading…
Reference in New Issue