From: Peter Åstrand Date: Mon, 21 Feb 2005 10:01:46 +0000 (+0000) Subject: Removed stale comment. X-Git-Tag: v0.0.90~384^2~631 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f82c5d3522cc870af7fbda2aa413d1fa60f9c914;p=tigervnc.git Removed stale comment. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/rfb/VNCServerST.cxx b/rfb/VNCServerST.cxx index 9a8013e4..c4e02839 100644 --- a/rfb/VNCServerST.cxx +++ b/rfb/VNCServerST.cxx @@ -251,7 +251,7 @@ int VNCServerST::checkTimeouts() lastUserInputTime = now; timeLeft = rfb::Server::maxIdleTime; } - if (timeLeft <= 0) { // enough time has gone + if (timeLeft <= 0) { slog.info("MaxIdleTime reached, exiting"); exit(0); }