From 72922bbdabbb097a7d8708e68ad9b2b5ea7911ce Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Mon, 21 Oct 2013 11:26:55 +0800 Subject: [PATCH] manual merge of fastcgi.c --- server/fastcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fastcgi.c b/server/fastcgi.c index f68bc4f..33f5257 100644 --- a/server/fastcgi.c +++ b/server/fastcgi.c @@ -592,7 +592,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