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