]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_bio.c
* Buffered output needs to be flushed in several places. Added calls to
[citadel.git] / citadel / serv_bio.c
index 926fb3be6294009d56712c37c924a022f08c662f..6a6fdc80f22ce97c4b884594ba922c93a60fc175 100644 (file)
@@ -68,6 +68,7 @@ void cmd_ebio(char *cmdbuf) {
                return;
        }
        cprintf("%d  \n",SEND_LISTING);
+       flush_output();
        while(client_gets(buf), strcmp(buf,"000")) {
                if (ftell(fp) < config.c_maxmsglen) {
                        fprintf(fp,"%s\n",buf);