diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-05 02:40:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-05 02:40:58 +0000 |
commit | 52713788b4dfafd7c07733f037e64bf2fec14ea1 (patch) | |
tree | ce508592312f80d17c759974d680e319c19ee60b /src/or/test.c | |
parent | 92f62b36846e3c82f5521fa17f7a4f5afde827af (diff) | |
download | tor-52713788b4dfafd7c07733f037e64bf2fec14ea1.tar.gz tor-52713788b4dfafd7c07733f037e64bf2fec14ea1.zip |
r12080@catbus: nickm | 2007-03-04 21:40:55 -0500
Remove dnsworkers and related code. there goes another 550 lines of code.
svn:r9736
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/test.c b/src/or/test.c index 194d506433..ddb31188a2 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1557,9 +1557,6 @@ test_dir_format(void) strlcat(buf2, pk1_str, sizeof(buf2)); strlcat(buf2, "signing-key\n", sizeof(buf2)); strlcat(buf2, pk2_str, sizeof(buf2)); -#ifndef USE_EVENTDNS - strlcat(buf2, "opt eventdns 0\n", sizeof(buf2)); -#endif strlcat(buf2, bw_lines, sizeof(buf2)); strlcat(buf2, "router-signature\n", sizeof(buf2)); buf[strlen(buf2)] = '\0'; /* Don't compare the sig; it's never the same |