summaryrefslogtreecommitdiff
path: root/src/server_status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_status.cc')
-rw-r--r--src/server_status.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server_status.cc b/src/server_status.cc
index ab155e4..23c6c3d 100644
--- a/src/server_status.cc
+++ b/src/server_status.cc
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.8 2005/05/22 15:49:22 deva
+ * Added multithreaded encoding support.
+ *
* Revision 1.7 2005/05/17 15:12:51 deva
* Fixed file rights (All read on files and directories, and all execute on directories).
*
@@ -77,6 +80,8 @@ ServerStatus::~ServerStatus()
void ServerStatus::checkPoint()
{
+ return;
+
static int frame = 0;
frame++;
if(frame % UPD != 0) return;