[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: entry-nodes



On Sun, Dec 10, 2006 at 11:26:16AM +0000, Robert Hogan wrote:
> maybe you're mid-change but i think:
> 
>   if (!strcmp(question,"entry-guards") || <<<<<<<<<<<
> 
> should be:
> 
>   if (!strcmp(question,"entry-nodes") || <<<<<<<<<<<<<<<

Good catch. Actually, "entry-guards" is correct, and the bug
was in control.c:
http://archives.seul.org/or/cvs/Dec-2006/msg00049.html

Thanks!
--Roger