mf
[matches/MCTX3420.git] / server / fastcgi.c
index e3d9873..af92efd 100644 (file)
@@ -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))

UCC git Repository :: git.ucc.asn.au