X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Feuidindex.c;h=d68718e16804c7bb04fd532d7dd64565c4cd5dfc;hp=ce46a459feea5f2ee25f161f7871dfff851331f3;hb=a6661f91205678c55c1e14511d73c376d3b3d90e;hpb=55edce34a9b77c64423b82fe515e147b3aad1995 diff --git a/citadel/euidindex.c b/citadel/euidindex.c index ce46a459f..d68718e16 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -254,7 +254,9 @@ void cmd_euid(char *cmdbuf) { CTDL_MODULE_INIT(euidindex) { - CtdlRegisterProtoHook(cmd_euid, "EUID", "Autoconverted. TODO: document me."); + if (!threading) { + CtdlRegisterProtoHook(cmd_euid, "EUID", "Autoconverted. TODO: document me."); + } /* return our Subversion id for the Log */ return "$Id$"; }