Increased the load average before strangling the server. Its now 10.00
[citadel.git] / citadel / msgbase.c
index 11a3c30c207a6172218a21292ebea6fb867cc51d..2c0daada25b7425d7cd0acb60d62a5ff3a425c0c 100644 (file)
@@ -2742,7 +2742,7 @@ long CtdlSubmitMsg(struct CtdlMessage *msg,       /* message to save */
        struct addresses_to_be_filed *aptr = NULL;
        char *saved_rfc822_version = NULL;
        int qualified_for_journaling = 0;
-       struct CitContext *CCC = CC;            /* CachedCitContext - performance boost */
+       CitContext *CCC = CC;           /* CachedCitContext - performance boost */
        char bounce_to[1024] = "";
        size_t tmp = 0;
        int rv = 0;