X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Ffastcgi.c;h=33f52575d734dc9184132cee3500df688c91a3ab;hb=62d3a0a0a6768f5ccfb8bb1f29cd389ce2fe5c86;hp=f68bc4fe2ba1f56713230f3e118e9f190b410350;hpb=8c5bba9863ed029b83766d8b4de1195aa38b1f5d;p=matches%2FMCTX3420.git 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))