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/?a=commitdiff_plain;h=62d3a0a0a6768f5ccfb8bb1f29cd389ce2fe5c86;hp=12e3d1f2a679c24bc73e39dbe6c08aaee669ced6;p=matches%2FMCTX3420.git 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))