summaryrefslogtreecommitdiff
path: root/icespider/fcgi/main.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-10-08 18:09:35 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-10-08 18:09:35 +0100
commite85a975c9c4b066380bb69358b218eec4cd177d3 (patch)
tree9c09ee647d1e564c4fbfd8a212bd8913ee6f2625 /icespider/fcgi/main.cpp
parentClean test app class (diff)
downloadicespider-e85a975c9c4b066380bb69358b218eec4cd177d3.tar.bz2
icespider-e85a975c9c4b066380bb69358b218eec4cd177d3.tar.xz
icespider-e85a975c9c4b066380bb69358b218eec4cd177d3.zip
Imrpove ability to load/parse properties
Diffstat (limited to 'icespider/fcgi/main.cpp')
-rw-r--r--icespider/fcgi/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/fcgi/main.cpp b/icespider/fcgi/main.cpp
index d92dc91..2c543e1 100644
--- a/icespider/fcgi/main.cpp
+++ b/icespider/fcgi/main.cpp
@@ -8,7 +8,7 @@ DLL_PUBLIC
int
main(int argc, char ** argv, char ** env)
{
- Core core(argc, argv);
+ Core core;
if (!FCGX_IsCGI()) {
FCGX_Request request;