[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] No Pseudo Article



* Jeff Grossman wrote on Mon, Jul 22, 2002 at 08:05:17PM CEST:
> on 7/22/02 9:14 AM, Ralf Wildenhues at wildenhu@xxxxxxxxxxxxxxx wrote:
> 
> > * Jeff Grossman wrote on Mon, Jul 22, 2002 at 12:24:49AM CEST:
> > [ leafnode-2 snapshot, no pseudo article on never-visited group ]
> > 
> > To apply, save this mail, enter the leafnode source/directory and
*snip*
> Nope, the patch did not work.  Under Agent it did not create the pseudo
> article, and it does not subscribe me in interesting.groups.

Bear with me, please, I'm apparently having a bad day :(

Apply the patch below to the already patched sources (the other patch
did succeed, didn't it?) with 'patch -p0'.  If it still does not work,
please enable leafnode debugging again and mail me the log as you did
before.  You could do that off-list, if you want to, I'd post a summary
here when we have something working working.

Note that leafnode will show the pseudo article only on first entering
of the group.  If you (or anybody else) find a free news reader
exhibiting this problem, please mention.  That would help me debugging.

Thank you for your patience.

Regards,
Ralf

cvs diff: Diffing .
Index: nntpd.c
===================================================================
RCS file: /home/ralf/download/CVSup/test/rep/leafnode-2/nntpd.c,v
retrieving revision 1.98
diff -u -r1.98 nntpd.c
--- nntpd.c	22 Jul 2002 16:46:57 -0000	1.98
+++ nntpd.c	22 Jul 2002 18:49:38 -0000
@@ -800,7 +800,7 @@
 	    }
 	}
 
-	if (g->count == 0 && g->first == 1)
+	if (is_pseudogroup(g->name))
 	    count = 1;
 	else
 	    count = g->count;

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list