]> code.citadel.org Git - citadel.git/blobdiff - citadel/server_main.c
* as we now spend allmost all of our time on en/decoding base64 we should build the...
[citadel.git] / citadel / server_main.c
index f13a77361275d59f30c74137d8a239049fdf9a3f..80a71cc992a3bf70c35d457f285b2f70a75ab701 100644 (file)
@@ -96,6 +96,7 @@ int main(int argc, char **argv)
        /* initialise semaphores here. Patch by Matt and davew
         * its called here as they are needed by lprintf for thread safety
         */
+       CtdlInitBase64Table();
        InitialiseSemaphores();
        
        /* initialize the master context */