aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/handshake/timestamp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireguard/handshake/timestamp.rs')
-rw-r--r--src/wireguard/handshake/timestamp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wireguard/handshake/timestamp.rs b/src/wireguard/handshake/timestamp.rs
index b5bd9f0..485bb8d 100644
--- a/src/wireguard/handshake/timestamp.rs
+++ b/src/wireguard/handshake/timestamp.rs
@@ -28,5 +28,5 @@ pub fn compare(old: &TAI64N, new: &TAI64N) -> bool {
return true;
}
}
- return false;
+ false
}