Continue phase 2 of modules stuff.
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index f6e2c672a8902f0a07be23f3a4c18b7a39e27fa9..b5753fbf63c95e4e156082f36da568d6d8ea9485 100644 (file)
@@ -473,6 +473,7 @@ CTDL_MODULE_INIT(fulltext)
 {
        initialize_ft_cache();
        CtdlRegisterProtoHook(cmd_srch, "SRCH", "Full text search");
+       CtdlRegisterMaintenanceThread ("indexer", indexer_thread);
 
        /* return our Subversion id for the Log */
        return "$Id$";