From: Jeremy Tan Date: Mon, 21 Oct 2013 03:26:55 +0000 (+0800) Subject: manual merge of fastcgi.c X-Git-Url: https://git.ucc.asn.au/?p=matches%2FMCTX3420.git;a=commitdiff_plain;h=72922bbdabbb097a7d8708e68ad9b2b5ea7911ce manual merge of fastcgi.c --- 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))