X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmsgbase.c;h=f1aa9da9234e40e4be441a89dfa3132efd1dfd09;hb=20fcf8e6ddd54370da3d30c2f73b0604a0411a12;hp=fc81c03bdac3c7eff96328ed1f1636fc4bd67782;hpb=f04bd15fad8818671b0b8c3d87928427889c1aaf;p=citadel.git diff --git a/citadel/msgbase.c b/citadel/msgbase.c index fc81c03bd..f1aa9da92 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -2857,7 +2857,7 @@ long CtdlSubmitMsg(struct CtdlMessage *msg, /* message to save */ struct addresses_to_be_filed *aptr = NULL; StrBuf *saved_rfc822_version = NULL; int qualified_for_journaling = 0; - CitContext *CCC = CC; /* CachedCitContext - performance boost */ + CitContext *CCC = MyContext(); char bounce_to[1024] = ""; size_t tmp = 0; int rv = 0;