The encoding and decoding tables for Base64 are
[citadel.git] / citadel / userlist.c
index 388761b45249f85ee24b1786d19b2814fad0be24..33a0bc85fe27b290b6703cb40f16b5f796d5c89f 100644 (file)
@@ -77,7 +77,6 @@ int main(int argc, char **argv)
        char relhome[PATH_MAX]="";
        char ctdldir[PATH_MAX]=CTDLDIR;
 
-       CtdlInitBase64Table();
        calc_dirs_n_files(relh, home, relhome, ctdldir, 0);
 
        ipc = CtdlIPC_new(argc, argv, hostbuf, portbuf);