From 6e240defdbdb47dcd139799fb594a73f81f237c2 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 25 Jan 2018 17:20:36 +0300 Subject: [PATCH] typo in conf.c leads to infinite loop on some commands --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 5d37975..5a19c72 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1509,7 +1509,7 @@ struct commands commandhandlers[]={ {commandhandlers+58, "delimchar",h_delimchar, 2, 2}, {commandhandlers+59, "authnserver", h_authnserver, 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}, #ifndef NORADIUS {commandhandlers+63, "radius", h_radius, 3, 0},