[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9248: Fix unit test broken by r9239. (in tor/trunk: . src/or)
Author: nickm
Date: 2007-01-03 00:12:26 -0500 (Wed, 03 Jan 2007)
New Revision: 9248
Modified:
tor/trunk/
tor/trunk/src/or/test.c
Log:
r11806@Kushana: nickm | 2007-01-03 00:12:21 -0500
Fix unit test broken by r9239.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r11806] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c 2007-01-03 03:56:17 UTC (rev 9247)
+++ tor/trunk/src/or/test.c 2007-01-03 05:12:26 UTC (rev 9248)
@@ -1550,9 +1550,7 @@
strcat(buf2, pk1_str);
strcat(buf2, "signing-key\n");
strcat(buf2, pk2_str);
-#ifdef USE_EVENTDNS
- strcat(buf2, "opt eventdns 1\n");
-#else
+#ifndef USE_EVENTDNS
strcat(buf2, "opt eventdns 0\n");
#endif
strcat(buf2, bw_lines);