mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
typo in conf.c leads to infinite loop on some commands
This commit is contained in:
parent
ff91a6fe72
commit
6e240defdb
@ -1509,7 +1509,7 @@ struct commands commandhandlers[]={
|
|||||||
{commandhandlers+58, "delimchar",h_delimchar, 2, 2},
|
{commandhandlers+58, "delimchar",h_delimchar, 2, 2},
|
||||||
{commandhandlers+59, "authnserver", h_authnserver, 2, 2},
|
{commandhandlers+59, "authnserver", h_authnserver, 2, 2},
|
||||||
{commandhandlers+60, "stacksize", h_stacksize, 2, 2},
|
{commandhandlers+60, "stacksize", h_stacksize, 2, 2},
|
||||||
{commandhandlers+51, "force", h_force, 1, 1},
|
{commandhandlers+61, "force", h_force, 1, 1},
|
||||||
{commandhandlers+62, "noforce", h_noforce, 1, 1},
|
{commandhandlers+62, "noforce", h_noforce, 1, 1},
|
||||||
#ifndef NORADIUS
|
#ifndef NORADIUS
|
||||||
{commandhandlers+63, "radius", h_radius, 3, 0},
|
{commandhandlers+63, "radius", h_radius, 3, 0},
|
||||||
|
Loading…
Reference in New Issue
Block a user