X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Ffastcgi.c;h=af92efdeae0cf67a468f2c91ec1166be4f4c09c4;hb=2c380e71b15c2fc7fd5a4d3d5e1bbbfc46ba58f9;hp=e3d987390d63116b2fdb39524f48a77c670becb6;hpb=4b78566b85f636c3d0841549ee2a1c59ec2e598a;p=matches%2FMCTX3420.git 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))