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:
12e3d1f
)
manual merge of fastcgi.c
author
Jeremy Tan
<
[email protected]
>
Mon, 21 Oct 2013 03:26:55 +0000
(11:26 +0800)
committer
Jeremy Tan
<
[email protected]
>
Fri, 25 Oct 2013 12:49:40 +0000
(20:49 +0800)
server/fastcgi.c
patch
|
blob
|
history
diff --git
a/server/fastcgi.c
b/server/fastcgi.c
index
f68bc4f
..
33f5257
100644
(file)
--- 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))
UCC
git Repository :: git.ucc.asn.au