Index: db.scm ================================================================== --- db.scm +++ db.scm @@ -256,11 +256,11 @@ (olddb (dbr:dbstruct-get-olddb dbstruct))) (if (or (not (number? mtime)) (not (number? stime)) (> mtime stime) force-sync) - (let ((num-synced (db:sync-tables db:sync-tests-only inmem refdb rundb slavedb olddb))) + (let ((num-synced (db:sync-tables db:sync-tests-only inmem refdb rundb olddb))) (dbr:dbstruct-set-stime! dbstruct (current-milliseconds)) num-synced) 0))) ;; close all opened run-id dbs