mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r11787@Kushana: nickm | 2007-01-02 14:40:14 -0500
Stop polluting new descriptors with the defaults-to-1 "opt eventdns" entry. svn:r9239
This commit is contained in:
parent
75eca91459
commit
2caeaf4e2f
@ -1154,9 +1154,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
|
||||
"bandwidth %d %d %d\n"
|
||||
"onion-key\n%s"
|
||||
"signing-key\n%s"
|
||||
#ifdef USE_EVENTDNS
|
||||
"opt eventdns 1\n"
|
||||
#else
|
||||
#ifndef USE_EVENTDNS
|
||||
"opt eventdns 0\n"
|
||||
#endif
|
||||
"%s%s%s",
|
||||
|
Loading…
Reference in New Issue
Block a user