]> git.pld-linux.org Git - packages/bacula.git/blobdiff - bacula-dvd_rewind.patch
- started update to 5.2.1; dbi is gone; support for multiple databases is base in...
[packages/bacula.git] / bacula-dvd_rewind.patch
diff --git a/bacula-dvd_rewind.patch b/bacula-dvd_rewind.patch
deleted file mode 100644 (file)
index a1d6e23..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bacula-5.0.3/src/stored/dev.c.orig 2010-08-05 16:29:51.000000000 +0200
-+++ bacula-5.0.3/src/stored/dev.c      2010-09-21 09:53:25.000000000 +0200
-@@ -832,7 +832,7 @@
-          }
-          break;
-       }
--   } else if (is_file() || is_dvd()) {
-+   } else if (dcr && (is_file() || is_dvd())) {
-       if (lseek(dcr, (boffset_t)0, SEEK_SET) < 0) {
-          berrno be;
-          dev_errno = errno;
This page took 0.175648 seconds and 4 git commands to generate.