Explorar el Código

modules/sca: fix regression: restore purge expired timer

Andrew Mortensen hace 12 años
padre
commit
84d1981ce0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      modules/sca/sca.c

+ 2 - 0
modules/sca/sca.c

@@ -327,6 +327,8 @@ sca_mod_init( void )
 
     sca_subscriptions_restore_from_db( sca );
 
+    register_timer( sca_subscription_purge_expired, sca,
+		    sca->cfg->purge_expired_interval );
     register_timer( sca_appearance_purge_stale, sca,
 		    sca->cfg->purge_expired_interval );