diff options
-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 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. */ |