manual merge of fastcgi.c
[matches/MCTX3420.git] / server / fastcgi.c
index f68bc4f..33f5257 100644 (file)
@@ -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))

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