From 17e83a408f06fc1fb5fb9f3b87d37aa28732e2cc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Apr 2007 18:54:56 +0000 Subject: Fix some proposal-104 bugs. svn:r9972 --- src/or/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/test.c') 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 ")); -- cgit v1.2.3-54-g00ecf