]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/block.c
- Use different share mode when opening files on WinMe/98/95 since
[bacula/bacula] / bacula / src / stored / block.c
index 1c73dc47d536724f641ba879dde59cff436b7dfd..d7288b0126852f522acde0fe15bae0b4fda5e2f6 100644 (file)
@@ -366,7 +366,7 @@ bool write_block_to_device(DCR *dcr)
    }
 
    if (!write_block_to_dev(dcr)) {
-       if (job_canceled(jcr)) {
+       if (job_canceled(jcr) || jcr->JobType == JT_SYSTEM) {
          stat = false;
        } else {
          stat = fixup_device_block_write_error(dcr);