diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-02-21 10:01:46 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-02-21 10:01:46 +0000 |
commit | f82c5d3522cc870af7fbda2aa413d1fa60f9c914 (patch) | |
tree | 3f314cb837ee0ab0c6c47ea0b3b905dee91209db /rfb | |
parent | 43aa1a11f721501bb8f4b4352ae5770464e60716 (diff) | |
download | tigervnc-f82c5d3522cc870af7fbda2aa413d1fa60f9c914.tar.gz tigervnc-f82c5d3522cc870af7fbda2aa413d1fa60f9c914.zip |
Removed stale comment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/VNCServerST.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |