entry-nodes
Robert Hogan
robert at roberthogan.net
Sun Dec 10 11:26:16 UTC 2006
maybe you're mid-change but i think:
int
getinfo_helper_entry_guards(control_connection_t *conn,
const char *question, char **answer)
{
int use_long_names = conn->use_long_names;
if (!strcmp(question,"entry-guards") || <<<<<<<<<<<
should be:
int
getinfo_helper_entry_guards(control_connection_t *conn,
const char *question, char **answer)
{
int use_long_names = conn->use_long_names;
if (!strcmp(question,"entry-nodes") || <<<<<<<<<<<<<<<
in svn.
--
KlamAV - An Anti-Virus Manager for KDE - http://www.klamav.net
TorK - A Tor Controller For KDE - http://tork.sf.net
More information about the tor-dev
mailing list