mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-18 05:48:10 -07:00
Remove wrong timestamp correction from diag
This commit is contained in:
committed by
Will Greenberg
parent
fd63210bf9
commit
2781b3c7ed
+1
-1
@@ -10,7 +10,7 @@ use std::sync::RwLock;
|
||||
static CLOCK_OFFSET: RwLock<TimeDelta> = RwLock::new(TimeDelta::zero());
|
||||
|
||||
/// Get the current clock offset.
|
||||
pub fn get_offset() -> TimeDelta {
|
||||
fn get_offset() -> TimeDelta {
|
||||
*CLOCK_OFFSET.read().unwrap()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user