2 seconds after posting the previous ihave patch, I found another missing flush. So here we go again. Please ignore the previous one. -- Debian GNU/Linux 1.3 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- Index: ihave.c =================================================================== RCS file: /home/greathan/herbert/src/CVS/debian/nntpcache/src/ihave.c,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ihave.c 1998/01/23 14:36:37 1.1 +++ ihave.c 1998/05/14 08:15:11 1.3 @@ -46,6 +46,7 @@ continue; } Cfemit (scfg, args); + Cfflush (scfg); if (!Cfget (scfg, buf, sizeof buf)) goto bad; if (strToi (buf) != NNTP_SENDIT_VAL) @@ -58,6 +59,7 @@ { emit (buf); buf[0] = '\0'; + flush (); do { if (!Get (buf, sizeof buf))