* Buffered output needs to be flushed in several places. Added calls to
[citadel.git] / citadel / serv_vandelay.c
index b8ed51e07d064a36fe118e9331dc0791ac3ae09f..4bd7da5de7a5f187662db318a10cef2d638f73e6 100644 (file)
@@ -536,6 +536,7 @@ void artv_do_import(void) {
        int version;
 
        cprintf("%d sock it to me\n", SEND_LISTING);
+       flush_output();
        while (client_gets(buf), strcmp(buf, "000")) {
 
                lprintf(CTDL_DEBUG, "import keyword: <%s>\n", buf);