diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-21 04:37:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-21 04:37:27 +0000 |
commit | 8aec3a730155af7528928123c0dbc98a4f0293dd (patch) | |
tree | b97f7834dd7e7960419689bc2d9a2de4533e283d /src/or/test.c | |
parent | 207fcb35d1123cc918b8787e55e3a7e5d60aa0c5 (diff) | |
download | tor-8aec3a730155af7528928123c0dbc98a4f0293dd.tar.gz tor-8aec3a730155af7528928123c0dbc98a4f0293dd.zip |
Implement several 008pre1 items: needs more testing
svn:r1981
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index caf0814762..5ee5866112 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -666,6 +666,7 @@ test_dir_format() r1.or_port = 9000; r1.socks_port = 9002; r1.dir_port = 9003; + r1.is_trusted_dir = 1; r1.onion_pkey = pk1; r1.identity_pkey = pk2; r1.bandwidthrate = 1000; |