]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/src/stored/vtape_dev.h
authorGit Backport Process <git@bacula.org>
Tue, 12 May 2020 19:24:56 +0000 (21:24 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 29 Apr 2021 08:44:18 +0000 (10:44 +0200)
This commit is the result of the squash of the following main commits:

bacula/src/stored/vtape_dev.h

index 1d0b472ea2f3cb325b1965f374aa4914a06101ac..01b35ab9f64ea2bbbc7db3054cd32b72a6c059cb 100644 (file)
@@ -117,7 +117,7 @@ public:
    int d_close(int) { return -1; }
    int d_ioctl(int fd, ioctl_req_t request, char *mt=NULL) { return -1; }
    boffset_t lseek(DCR *dcr, off_t offset, int whence) { return -1; }
-   bool open_device(DCR *dcr, int omode) { return true; } 
+   bool open_device(DCR *dcr, int omode) { return true; }
    const char *print_type();
 };