mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
Do not fail users without argument
This commit is contained in:
parent
c113f236e4
commit
ff67464aa1
@ -1532,7 +1532,7 @@ struct commands commandhandlers[]={
|
||||
{commandhandlers+20, "logformat", h_logformat, 2, 2},
|
||||
{commandhandlers+21, "timeouts", h_timeouts, 2, 0},
|
||||
{commandhandlers+22, "auth", h_auth, 2, 0},
|
||||
{commandhandlers+23, "users", h_users, 2, 0},
|
||||
{commandhandlers+23, "users", h_users, 1, 0},
|
||||
{commandhandlers+24, "maxconn", h_maxconn, 2, 2},
|
||||
{commandhandlers+25, "flush", h_flush, 1, 1},
|
||||
{commandhandlers+26, "nserver", h_nserver, 2, 2},
|
||||
|
Loading…
Reference in New Issue
Block a user