Browse Source

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

Peter Dunkley 13 years ago
parent
commit
db231b3985
1 changed files with 1 additions and 0 deletions
  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);
 }