The encoding and decoding tables for Base64 are
[citadel.git] / citadel / setup.c
index fc64eb78e0586e1c998bc9075dc2a4a1100c5324..48df424963243ba4bbddb4103136c3012e7fbcca 100644 (file)
@@ -949,8 +949,6 @@ int main(int argc, char *argv[])
        char relhome[PATH_MAX]="";
        char ctdldir[PATH_MAX]=CTDLDIR;
        
-       CtdlInitBase64Table();
-
        /* set an invalid setup type */
        setup_type = (-1);