summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentracker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index 1532214..46f3beb 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -788,6 +788,9 @@ static void server_mainloop( ) {
788 ot_last_clean_time = NOW; 788 ot_last_clean_time = NOW;
789 clean_all_torrents(); 789 clean_all_torrents();
790 } 790 }
791
792 /* Enforce setting the clock */
793 signal_handler( SIGALRM );
791 } 794 }
792} 795}
793 796