I had to get ihave working for some stubborn people who don't want to feed news on any port but 119 :( Here's a patch to add a missing flush that causes ihave attempts to hang. Don't worry if you missed my previous patches because they're all sitting in a CVS tree and eventually (after I get make distclean working) I'll post the whole thing or make them available over the web. -- 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.2 diff -u -r1.1 -r1.2 --- ihave.c 1998/01/23 14:36:37 1.1 +++ ihave.c 1998/05/14 07:52:23 1.2 @@ -46,6 +46,7 @@ continue; } Cfemit (scfg, args); + Cfflush (scfg); if (!Cfget (scfg, buf, sizeof buf)) goto bad; if (strToi (buf) != NNTP_SENDIT_VAL)