[2.4 nnrpd] nntpext patch
greg andruk
supersede at india.com
Sat Jul 1 08:06:40 UTC 2000
> This brings nnrpd a bit closer to the nntpext draft.
And of course, here's the obligatory patch to the patch. I swear,
there's a bundle of neurons somewhere in my head that will only fire
if my fingers type ^C^C.
--- commands.c.yuck Sat Jul 1 03:03:44 2000
+++ commands.c Sat Jul 1 03:04:35 2000
@@ -444,7 +444,7 @@
lp = &INFOdistribpats;
else if (caseEQ(p, "extensions")) {
lp = &INFOextensions;
- Reply("%d %s.\r\n", NNTP_LIST_FOLLOWS_VAL, lp->Format);
+ Reply("%d %s.\r\n", NNTP_SLAVEOK_VAL, lp->Format);
Printf(" LISTGROUP\r\n OVER\r\n PAT\r\n.\r\n");
return;
}
More information about the inn-patches
mailing list