浏览代码

Removed stale comment.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Peter Åstrand 19 年前
父节点
当前提交
f82c5d3522
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      rfb/VNCServerST.cxx

+ 1
- 1
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);
}

正在加载...
取消
保存