(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:
parent
55e6aca9e0
commit
3d3d6755aa
4 changed files with 80 additions and 79 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue