summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSBerkelyTimeProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/implementations/VSBerkelyTimeProtocol.java')
-rw-r--r--sources/protocols/implementations/VSBerkelyTimeProtocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
index 1b8b6fc..1b69b72 100644
--- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java
+++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java
@@ -206,7 +206,7 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol {
return;
long timeDiff = recvMessage.getLong("timeDiff");
- long recvTime = process.getTime();
+ //long recvTime = process.getTime();
long newTime = process.getTime() + timeDiff;
log("Neue Zeit: " + newTime);