git.ucc.asn.au
/
matches
/
MCTX3420.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b78566
)
mf
author
Jeremy Tan
<
[email protected]
>
Tue, 22 Oct 2013 11:41:18 +0000
(19:41 +0800)
committer
Jeremy Tan
<
[email protected]
>
Tue, 22 Oct 2013 11:41:18 +0000
(19:41 +0800)
server/fastcgi.c
patch
|
blob
|
history
diff --git
a/server/fastcgi.c
b/server/fastcgi.c
index
e3d9873
..
af92efd
100644
(file)
--- 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))
UCC
git Repository :: git.ucc.asn.au