summaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commit4ecbf33fae730bc79c4a47e6efda615b104754ad (patch)
treedd59412b6d8bea88995211f60b786728ac30acc4 /src/time
parentbf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (diff)
tagging ychat-0.7.8ychat-0.7.8
Diffstat (limited to 'src/time')
-rw-r--r--src/time/CVS/Entries8
-rwxr-xr-xsrc/time/timr.cpp4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/time/CVS/Entries b/src/time/CVS/Entries
index 1320336..a469506 100644
--- a/src/time/CVS/Entries
+++ b/src/time/CVS/Entries
@@ -1,5 +1,5 @@
-/timo.cpp/1.4/Fri Jan 7 21:00:19 2005//
-/timo.h/1.3/Thu Nov 18 13:41:47 2004//
-/timr.cpp/1.11/Mon Feb 14 17:33:09 2005//
-/timr.h/1.4/Fri Jan 7 21:00:19 2005//
+/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.15/Tue Mar 1 09:57:00 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..b04dc6b 100755
--- a/src/time/timr.cpp
+++ b/src/time/timr.cpp
@@ -103,11 +103,11 @@ timr::start( void *v_ptr )
wrap::DATA->check_data_con_timeout();
#endif
//*>>
+ wrap::SOCK->clean_ipcache();
+
// 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 )
{