]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/vbackup.c
Don't compute accurate list with MD5 if not used
[bacula/bacula] / bacula / src / dird / vbackup.c
index 632c416f061c02f35d3fd9ecd51af58e418aba87..0edec869769510c739af71845635737227d49727 100644 (file)
@@ -483,7 +483,7 @@ static bool create_bootstrap_file(JCR *jcr, char *jobids)
       return false;
    }
 
-   if (!db_get_file_list(jcr, jcr->db_batch, jobids, 
+   if (!db_get_file_list(jcr, jcr->db_batch, jobids, false /* don't use md5 */,
                          insert_bootstrap_handler, (void *)rx.bsr))
    {
       Jmsg(jcr, M_ERROR, 0, "%s", db_strerror(jcr->db_batch));