From 404af59ed553e7c1f4cef6668b6832e0bd1a8956 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Mar 2010 10:40:21 -0500 Subject: Backport fix for time-goes-forward test. Fix bug 1267 --- src/or/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/or/test.c b/src/or/test.c index b451638c28..6b7066c385 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1294,6 +1294,7 @@ test_util(void) smartlist_free(sl); } + tor_gettimeofday(&start); /* now make sure time works. */ tor_gettimeofday(&end); /* We might've timewarped a little. */ -- cgit v1.2.3-54-g00ecf