[tor-commits] [tor/master] fix identifier mistake :(

nickm at torproject.org nickm at torproject.org
Tue Jul 26 14:44:54 UTC 2016


commit 019b7ddb9f9599f7040b1477b47956626c88bb45
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jul 26 10:44:51 2016 -0400

    fix identifier mistake :(
---
 src/common/compat_time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/compat_time.c b/src/common/compat_time.c
index bdbf2b5..0d28439 100644
--- a/src/common/compat_time.c
+++ b/src/common/compat_time.c
@@ -484,7 +484,7 @@ monotime_diff_nsec(const monotime_t *start,
 #ifdef _WIN32
   printf(I64_FORMAT" res\n", I64_PRINTF_ARG(result));
 #endif
-  return res;
+  return result;
 }
 
 int64_t



More information about the tor-commits mailing list