summaryrefslogtreecommitdiff
path: root/src/server_status.cc
diff options
context:
space:
mode:
authordeva <deva>2005-05-17 15:12:51 +0000
committerdeva <deva>2005-05-17 15:12:51 +0000
commit1aaa53c45a2e56fb05cc170b3476e591980e1b1f (patch)
tree0f6db03a47fc9c429c1314b5f08316e12137ddb4 /src/server_status.cc
parente3710646f6557a1592fbffa910ebed674cd9edf0 (diff)
Fixed file rights (All read on files and directories, and all execute on directories).
Diffstat (limited to 'src/server_status.cc')
-rw-r--r--src/server_status.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/server_status.cc b/src/server_status.cc
index 197e859..ab155e4 100644
--- a/src/server_status.cc
+++ b/src/server_status.cc
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.7 2005/05/17 15:12:51 deva
+ * Fixed file rights (All read on files and directories, and all execute on directories).
+ *
* Revision 1.6 2005/05/16 16:00:57 deva
*
* Lots of stuff!
@@ -56,7 +59,7 @@
#include <stdio.h>
-#define UPD 10
+#define UPD 25
ServerStatus::ServerStatus()
{
gettimeofday(&oldtime, NULL);