X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmain.c;h=596fb39afdb05cc6846a1dd79ca699008b2c2e28;hb=e5cd8771225f30aaaed19e7f3cdbf0f4b50418e9;hp=5e2c6c8b27a1460f9bbaf2a960bcef6713106e6e;hpb=0b95dfaf594f4e6866ff8e18040c62382cad7d08;p=matches%2FMCTX3420.git diff --git a/server/main.c b/server/main.c index 5e2c6c8..596fb39 100644 --- a/server/main.c +++ b/server/main.c @@ -9,7 +9,7 @@ #include // for signal handling // --- Custom headers --- // -#include "query.h" +#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_Main(NULL); //TODO: Replace with FastCGI code + FCGI_RequestLoop(NULL); return 0; }