]> code.citadel.org Git - citadel.git/blobdiff - citadel/setup.c
* as we now spend allmost all of our time on en/decoding base64 we should build the...
[citadel.git] / citadel / setup.c
index bf1374d5a018e3be3ee3d41e85150c1fea856311..3dff70e1af0e4ec8d7853e2208b396c45ce88adf 100644 (file)
@@ -950,6 +950,8 @@ int main(int argc, char *argv[])
        char relhome[PATH_MAX]="";
        char ctdldir[PATH_MAX]=CTDLDIR;
        
+       CtdlInitBase64Table();
+
        /* set an invalid setup type */
        setup_type = (-1);