Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / fastcgi.c
index 1bd520b..e41e375 100644 (file)
@@ -355,7 +355,7 @@ void * FCGI_RequestLoop (void *data)
                } else if (!strcmp("control", module)) {
                        module_handler = Control_Handler;
                } else if (!strcmp("sensors", module)) {
-                       module_handler = Sensor_Handler;
+                       module_handler = Sensor_Handler2;
                }
 
                context.current_module = module;

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