]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tools/bbatch.c
Don't compute accurate list with MD5 if not used
[bacula/bacula] / bacula / src / tools / bbatch.c
index c7d5cab5576a3dd15ee47113866f3bed8c92cb46..ef877013ec7ffa22b582e9284ef9591dfeb3f60e 100644 (file)
@@ -196,7 +196,7 @@ int main (int argc, char *argv[])
       }
 
       start = get_current_btime();
-      db_get_file_list(NULL, db, restore_list, list_handler, &nb_file);
+      db_get_file_list(NULL, db, restore_list, false, list_handler, &nb_file);
       end = get_current_btime();
 
       Pmsg3(0, _("Computing file list for jobid=%s files=%lld secs=%d\n"),