manual merge of fastcgi.c
authorJeremy Tan <[email protected]>
Mon, 21 Oct 2013 03:26:55 +0000 (11:26 +0800)
committerJeremy Tan <[email protected]>
Mon, 21 Oct 2013 03:26:55 +0000 (11:26 +0800)
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