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
commit5a019f435eb0068b524566d9babf172d58d0e96e (patch)
treeb083dccdfbec4335a5967d50c4294f7501c77345 /src/time
parent4ecbf33fae730bc79c4a47e6efda615b104754ad (diff)
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/time')
-rwxr-xr-xsrc/time/timr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/time/timr.cpp b/src/time/timr.cpp
index b04dc6b..1473a16 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 )
{