summaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
Diffstat (limited to 'src/time')
-rw-r--r--src/time/CVS/Entries2
-rwxr-xr-xsrc/time/timr.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/time/CVS/Entries b/src/time/CVS/Entries
index 6a8c339..bcedcb0 100644
--- a/src/time/CVS/Entries
+++ b/src/time/CVS/Entries
@@ -1,5 +1,5 @@
/timo.cpp/1.5/Mon Feb 21 01:55:50 2005//
/timo.h/1.4/Mon Feb 21 01:55:50 2005//
-/timr.cpp/1.16/Sat Mar 5 11:53:19 2005//
+/timr.cpp/1.13/Mon Feb 21 01:55:50 2005//
/timr.h/1.5/Mon Feb 21 01:55:50 2005//
D
diff --git a/src/time/timr.cpp b/src/time/timr.cpp
index 1473a16..d2251d0 100755
--- a/src/time/timr.cpp
+++ b/src/time/timr.cpp
@@ -103,11 +103,10 @@ timr::start( void *v_ptr )
wrap::DATA->check_data_con_timeout();
#endif
//*>>
+
// Run every ten minutes:
if ( time_now.tm_min % 10 == 0 )
{
-
- wrap::SOCK->clean_ipcache();
// Run every hour
if ( time_now.tm_min % 60 == 0 )
{