chiark / gitweb /
database upgrade tool. needs to be run manually.
[disorder] / server / rescan.c
index cc31888ab91be9334aed228fba4322a34e68ab88..b2beac891221e712d350cf77e478c2ff8e80aaa2 100644 (file)
@@ -362,7 +362,7 @@ int main(int argc, char **argv) {
   xsigaction(SIGINT, &sa, 0);
   info("started");
   trackdb_init(0);
   xsigaction(SIGINT, &sa, 0);
   info("started");
   trackdb_init(0);
-  trackdb_open();
+  trackdb_open(0);
   if(optind == argc) {
     /* Rescan all collections */
     do_all(rescan_collection);
   if(optind == argc) {
     /* Rescan all collections */
     do_all(rescan_collection);