summaryrefslogtreecommitdiff
path: root/src/tracker
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-06-04 14:12:07 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-06-29 19:52:47 +0200
commit1491b4a56640d1890151708d396311928fe750fc (patch)
tree142c9eb08b32ba5d7555de7731a4c9cf680cb2b8 /src/tracker
parent2745f943323ed9d7efba13b2ca091a7cd514c460 (diff)
downloadtracker-1491b4a56640d1890151708d396311928fe750fc.tar.gz
libtracker-data: Build all journal file locations from the given GFiles
This is necessary to make the journals ubiquitous, as otherwise we mangle the canonical database when opening other ones.
Diffstat (limited to 'src/tracker')
-rw-r--r--src/tracker/tracker-reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker/tracker-reset.c b/src/tracker/tracker-reset.c
index 243104652..89aa641fb 100644
--- a/src/tracker/tracker-reset.c
+++ b/src/tracker/tracker-reset.c
@@ -319,7 +319,7 @@ reset_run (void)
return EXIT_FAILURE;
}
#ifndef DISABLE_JOURNAL
- tracker_db_journal_init (NULL, NULL, NULL, FALSE, NULL);
+ tracker_db_journal_init (NULL, NULL, data_location, FALSE, NULL);
#endif /* DISABLE_JOURNAL */
tracker_db_manager_remove_all (hard_reset);