Can someone comment on the correctness of this patch please? Thanks. -- Debian GNU/Linux 2.0beta 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: group.c =================================================================== RCS file: /home/greathan/herbert/src/CVS/debian/nntpcache/src/group.c,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 @@ -270,7 +270,11 @@ return FALSE; } if (!attachGroupTalk(group, n, scfg, sendclient)) + { + if (!sendclient) + emitrn (NNTP_SERVERTEMPDOWN); return FALSE; + } good: CurrentGroupNode = n; CurrentGroupArtNum = getLo(n);