]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.c
* Buffered output needs to be flushed in several places. Added calls to
[citadel.git] / citadel / room_ops.c
index a4c2f5ff601b80fe57ce8073c3386cf0705d6d77..0566282098297fa7d46ddb6fcd2d8c81056e7882 100644 (file)
@@ -1814,6 +1814,7 @@ void cmd_einf(char *ok)
                return;
        }
        cprintf("%d Send info...\n", SEND_LISTING);
+       flush_output();
 
        do {
                client_gets(buf);