* There is now a dedicated thread for doing database checkpoints.
[citadel.git] / citadel / server_main.c
index 3c610aba915ae23e95de5a140df1216becc5f86d..6497d37871423acb56d9a9520b05e30272db795f 100644 (file)
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
        end_critical_section(S_WORKER_LIST);
 
        /* Create the indexer thread. */
-       create_indexer_thread();
+       create_maintenance_threads();
 
        /* This thread is now useless.  It can't be turned into a worker
         * thread because its stack is too small, but it can't be killed