Explorar el Código

modules_k/presence: Updated presence "cleanup" MI command to clean active_watchers table as well

Peter Dunkley hace 13 años
padre
commit
db231b3985
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules_k/presence/presence.c

+ 1 - 0
modules_k/presence/presence.c

@@ -787,6 +787,7 @@ static struct mi_root* mi_cleanup(struct mi_root* cmd, void* param)
 	
 	(void)msg_watchers_clean(0,0);
 	(void)msg_presentity_clean(0,0);
+	(void)timer_db_update(0,0);
 		
 	return init_mi_tree(200, MI_OK_S, MI_OK_LEN);
 }