The encoding and decoding tables for Base64 are
[citadel.git] / citadel / server_main.c
index a63564d17be70a6b0a63569bc6cb504c5dd8b28f..2be4109c57fdb124b2995844a123453d0a99306d 100644 (file)
@@ -99,7 +99,6 @@ int main(int argc, char **argv)
        /* initialise semaphores here. Patch by Matt and davew
         * its called here as they are needed by CtdlLogPrintf for thread safety
         */
-       CtdlInitBase64Table();
        InitialiseSemaphores();
        
        /* initialize the master context */