]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.c
* Remove calls to the broken flush_output() while I try to figure out what's
[citadel.git] / citadel / room_ops.c
index 0566282098297fa7d46ddb6fcd2d8c81056e7882..c4b24b40916c8ecef08fbbcbe9eedb55c9a2eeec 100644 (file)
@@ -1798,6 +1798,8 @@ void cmd_einf(char *ok)
        char infofilename[SIZ];
        char buf[SIZ];
 
+       unbuffer_output();
+
        if (CtdlAccessCheck(ac_room_aide)) return;
 
        if (atoi(ok) == 0) {
@@ -1814,7 +1816,6 @@ void cmd_einf(char *ok)
                return;
        }
        cprintf("%d Send info...\n", SEND_LISTING);
-       flush_output();
 
        do {
                client_gets(buf);