Hunting a bug in scheduled threads that caused a segflt. Got it and
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index 7c76d9d640f7fba95570c91be1b0bbf5eea9ec7d..ef542d8291620039723bc76303fd4b429e76ced5 100644 (file)
@@ -339,8 +339,6 @@ void do_fulltext_indexing(void) {
 void *indexer_thread(void *arg) {
        struct CitContext indexerCC;
 
-       CtdlThreadAllocTSD();
-       
        lprintf(CTDL_DEBUG, "indexer_thread() initializing\n");
 
        memset(&indexerCC, 0, sizeof(struct CitContext));