]> code.citadel.org Git - citadel.git/blobdiff - citadel/stress.c
* as we now spend allmost all of our time on en/decoding base64 we should build the...
[citadel.git] / citadel / stress.c
index f092aa4abeaf23c47cd503858ec2f74d6feb8c66..20c91fcff5c0024877b84eeaddd71d3fff217c5e 100644 (file)
@@ -298,6 +298,8 @@ int main(int argc, char** argv)
        int i;                  /* Counters */
        long runtime;           /* Run time for each thread */
 
+       CtdlInitBase64Table();
+
        /* Read argument list */
        for (i = 0; i < argc; i++) {
                if (!strcmp(argv[i], "-n")) {