(nreport, filereport, ncache, addfree, findfree, delete_old_news)

(init_nreport, update_main, start_server): Switch news to be sorted
list with all new news items added at the end of the list.  The
removal of expired news items is done at update time.  Closes #766755.
This commit is contained in:
Ron Koenderink 2005-03-02 23:53:10 +00:00
parent 55e6aca9e0
commit 3d3d6755aa
4 changed files with 80 additions and 79 deletions

View file

@ -309,6 +309,7 @@ start_server(int flags, char *config_file)
ef_init();
init_files();
io_init();
init_nreport();
if (opt_MOB_ACCESS) {
/* This fixes up mobility upon restart */