[or-cvs] r9239: Stop polluting new descriptors with the defaults-to-1 "opt e (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue Jan 2 20:08:03 UTC 2007


Author: nickm
Date: 2007-01-02 15:08:03 -0500 (Tue, 02 Jan 2007)
New Revision: 9239

Modified:
   tor/trunk/
   tor/trunk/src/or/router.c
Log:
 r11787 at Kushana:  nickm | 2007-01-02 14:40:14 -0500
 Stop polluting new descriptors with the defaults-to-1 "opt eventdns" entry.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11787] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c	2007-01-02 20:07:54 UTC (rev 9238)
+++ tor/trunk/src/or/router.c	2007-01-02 20:08:03 UTC (rev 9239)
@@ -1154,9 +1154,7 @@
                     "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",



More information about the tor-commits mailing list