]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/main.c
Expire lost items at the update instead of continuously
[empserver] / src / lib / update / main.c
index 93fa218b10931381fff78a3bd110ca3052be9a72..3a6663b786a182ff55fd17e064da9fe5debb3053 100644 (file)
@@ -173,6 +173,7 @@ update_main(void)
     unit_cargo_init();
     delete_old_announcements();
     delete_old_news();
+    delete_old_lostitems();
     /* Clear all the telegram flags */
     for (cn = 0; cn < MAXNOC; cn++)
        clear_telegram_is_new(cn);