From 63e34e9e49e8514e2edfdc8e964bfc5752ca6326 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 8 Sep 2016 19:49:21 -0400 Subject: Reinstate a couple of teardown_capture_of_logs that I missed Patch from rubiate. See #19999 --- src/test/test_util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/test/test_util.c') diff --git a/src/test/test_util.c b/src/test/test_util.c index 5949eb9af9..224ec7bd55 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -262,7 +262,6 @@ test_util_time(void *arg) time_t t_res; int i; struct timeval tv; - int old_log_level = 0; /* Test tv_udiff and tv_mdiff */ @@ -1112,8 +1111,7 @@ test_util_time(void *arg) #undef CHECK_TIMEGM_ARG_OUT_OF_RANGE done: - if (old_log_level) - teardown_capture_of_logs(); + teardown_capture_of_logs(); } static void -- cgit v1.2.3-54-g00ecf