Fix missing init for DLP timestamps

pull/18/head
Lauri Kasanen 5 years ago
parent ef23f13045
commit 481b063eb7

@ -69,6 +69,8 @@ VNCSConnectionST::VNCSConnectionST(VNCServerST* server_, network::Socket *s,
setSocketTimeouts();
lastEventTime = time(0);
gettimeofday(&lastRealUpdate, NULL);
gettimeofday(&lastClipboardOp, NULL);
gettimeofday(&lastKeyEvent, NULL);
server->clients.push_front(this);
}

Loading…
Cancel
Save