]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/append.c
Rename incomplete to rerunning for clarity
[bacula/bacula] / bacula / src / stored / append.c
index 47af0d95bb501ead481cc4bf4dfd932a0e0bf3f0..89c37166c656fc274c70583ce97cbd87fd99d55e 100644 (file)
@@ -193,7 +193,7 @@ bool do_append_data(JCR *jcr)
        * An incomplete job can start the file_index at any number.
        * otherwise, it must start at 1.
        */
-      if (jcr->incomplete && file_index > 0 && last_file_index == 0) {
+      if (jcr->rerunning && file_index > 0 && last_file_index == 0) {
          goto fi_checked;
       }
       if (file_index > 0 && (file_index == last_file_index ||