]> code.citadel.org Git - citadel.git/blobdiff - citadel/userlist.c
* as we now spend allmost all of our time on en/decoding base64 we should build the...
[citadel.git] / citadel / userlist.c
index de102e2116303b875ad0a1b6dd58f29127b792df..f63f9a6c03d7cb7b1f4db5bfb79b106d4b8d269e 100644 (file)
@@ -72,6 +72,7 @@ int main(int argc, char **argv)
        char hostbuf[SIZ], portbuf[SIZ];
        CtdlIPC *ipc = NULL;
 
+       CtdlInitBase64Table();
        ipc = CtdlIPC_new(argc, argv, hostbuf, portbuf);
        CtdlIPC_chat_recv(ipc, buf);
        if ((buf[0]!='2')&&(strncmp(buf,"551",3))) {