diff options
Diffstat (limited to 'src/db/update/Service.cxx')
-rw-r--r-- | src/db/update/Service.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Service.cxx b/src/db/update/Service.cxx index 0c93ce36e..2971998e4 100644 --- a/src/db/update/Service.cxx +++ b/src/db/update/Service.cxx @@ -84,7 +84,7 @@ UpdateService::Task() SetThreadIdlePriority(); - modified = walk->Walk(*db.GetRoot(), next.path_utf8.c_str(), + modified = walk->Walk(db.GetRoot(), next.path_utf8.c_str(), next.discard); if (modified || !db.FileExists()) { |