[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
entry-nodes
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