mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-02 19:49:12 +01:00
Fix missing init for DLP timestamps
This commit is contained in:
parent
ef23f13045
commit
481b063eb7
@ -69,6 +69,8 @@ VNCSConnectionST::VNCSConnectionST(VNCServerST* server_, network::Socket *s,
|
|||||||
setSocketTimeouts();
|
setSocketTimeouts();
|
||||||
lastEventTime = time(0);
|
lastEventTime = time(0);
|
||||||
gettimeofday(&lastRealUpdate, NULL);
|
gettimeofday(&lastRealUpdate, NULL);
|
||||||
|
gettimeofday(&lastClipboardOp, NULL);
|
||||||
|
gettimeofday(&lastKeyEvent, NULL);
|
||||||
|
|
||||||
server->clients.push_front(this);
|
server->clients.push_front(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user