X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Ffulltext%2Fserv_fulltext.c;h=a23a8bdf003de53d8dd8924b8519bf66eee28c7c;hp=d6eac6cb7d3cfb11ab12417858755a1d0e127154;hb=cbc2a603ed4c3995836e45fd400e44e12868f5f8;hpb=2a2acf694e4d7c50b6af436b258056eff206f752 diff --git a/citadel/modules/fulltext/serv_fulltext.c b/citadel/modules/fulltext/serv_fulltext.c index d6eac6cb7..a23a8bdf0 100644 --- a/citadel/modules/fulltext/serv_fulltext.c +++ b/citadel/modules/fulltext/serv_fulltext.c @@ -348,7 +348,7 @@ void *indexer_thread(void *arg) { CtdlLogPrintf(CTDL_DEBUG, "indexer_thread() initializing\n"); - CtdlFillPrivateContext(&indexerCC, "indexer"); + CtdlFillSystemContext(&indexerCC, "indexer"); citthread_setspecific(MyConKey, (void *)&indexerCC ); while (!CtdlThreadCheckStop()) {