diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 18:54:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 18:54:56 +0000 |
commit | 17e83a408f06fc1fb5fb9f3b87d37aa28732e2cc (patch) | |
tree | daba5586891fb30c56d8d298a8fc965d34df0b58 /src/or/test.c | |
parent | 6d32d9cb2d65c7851d87010e8971ddc271aa031b (diff) | |
download | tor-17e83a408f06fc1fb5fb9f3b87d37aa28732e2cc.tar.gz tor-17e83a408f06fc1fb5fb9f3b87d37aa28732e2cc.zip |
Fix some proposal-104 bugs.
svn:r9972
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 6d2736555f..73de80fe57 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1716,7 +1716,7 @@ test_dir_format(void) r2.exit_policy = &ex1; r2.nickname = tor_strdup("Fred"); - bw_lines = rep_hist_get_bandwidth_lines(); + bw_lines = rep_hist_get_bandwidth_lines(0); test_assert(bw_lines); test_assert(!strcmpstart(bw_lines, "opt write-history ")); |