From 2c380e71b15c2fc7fd5a4d3d5e1bbbfc46ba58f9 Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Tue, 22 Oct 2013 19:41:18 +0800 Subject: [PATCH] mf --- server/fastcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fastcgi.c b/server/fastcgi.c index e3d9873..af92efd 100644 --- a/server/fastcgi.c +++ b/server/fastcgi.c @@ -591,7 +591,7 @@ void * FCGI_RequestLoop (void *data) if (module_handler) { - if (module_handler != Login_Handler && module_handler != IdentifyHandler && module_handler) + if (g_options.auth_method != AUTH_NONE && module_handler != Login_Handler && module_handler != IdentifyHandler && module_handler) //if (false) // Testing { if (!FCGI_HasControl(&context)) -- 2.20.1