Browse Source

r11787@Kushana: nickm | 2007-01-02 14:40:14 -0500
Stop polluting new descriptors with the defaults-to-1 "opt eventdns" entry.


svn:r9239

Nick Mathewson 17 years ago
parent
commit
2caeaf4e2f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/or/router.c

+ 1 - 3
src/or/router.c

@@ -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",