Automatic commit of irc logs
[matches/MCTX3420.git] / server / main.c
index 524f550..596fb39 100644 (file)
@@ -9,7 +9,7 @@
 #include <signal.h> // for signal handling
 
 // --- Custom headers --- //
-
+#include "fastcgi.h"
 #include "log.h"
 #include "options.h"
 #include "sensor.h"
@@ -74,7 +74,7 @@ int main(int argc, char ** argv)
        }
 
        // run request thread in the main thread
-       Query_Request(NULL); //TODO: Replace with FastCGI code
+       FCGI_RequestLoop(NULL);
        return 0;
 }
 

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