[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Add another include for windows, and change a log to a raw_assert
commit 145665abcbdb095aba59560db4ea8e3eee012de1
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri Jun 22 13:33:08 2018 -0400
Add another include for windows, and change a log to a raw_assert
---
src/lib/wallclock/tor_gettimeofday.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/wallclock/tor_gettimeofday.c b/src/lib/wallclock/tor_gettimeofday.c
index 83081d9c9..74a640572 100644
--- a/src/lib/wallclock/tor_gettimeofday.c
+++ b/src/lib/wallclock/tor_gettimeofday.c
@@ -12,6 +12,7 @@
#include "orconfig.h"
#include "lib/err/torerr.h"
#include "lib/wallclock/tor_gettimeofday.h"
+#include "lib/cc/torint.h"
#include <stddef.h>
#include <stdlib.h>
@@ -55,8 +56,7 @@ tor_gettimeofday, (struct timeval *timeval))
GetSystemTimeAsFileTime(&ft.ft_ft);
if (ft.ft_64 < EPOCH_BIAS) {
/* LCOV_EXCL_START */
- log_err(LD_GENERAL,"System time is before 1970; failing.");
- exit(1); // exit ok: system clock is broken.
+ raw_assert_unreached_msg("System time is before 1970; failing.");
/* LCOV_EXCL_STOP */
}
ft.ft_64 -= EPOCH_BIAS;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits