]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Encforce setting the clock more often. This hopefully fixes a rare bug of g_now not...
authorerdgeist <>
Thu, 29 Nov 2007 15:43:30 +0000 (15:43 +0000)
committererdgeist <>
Thu, 29 Nov 2007 15:43:30 +0000 (15:43 +0000)
opentracker.c

index 15322143c00fa3d648f95b33e6e2249f666bc1ab..46f3bebd8fd9c1deb77d0b42643f01d2258e7b94 100644 (file)
@@ -788,6 +788,9 @@ static void server_mainloop( ) {
       ot_last_clean_time = NOW;
       clean_all_torrents();
     }
+
+    /* Enforce setting the clock */
+    signal_handler( SIGALRM );
   }
 }