From: Kern Sibbald Date: Tue, 12 May 2020 17:04:14 +0000 (+0200) Subject: BEE Backport bacula/src/stored/null_dev.c X-Git-Tag: Release-11.3.2~1641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add44ace86bae67fae9c1b537cba3a2fc3a6c2fb;p=thirdparty%2Fbacula.git BEE Backport bacula/src/stored/null_dev.c This commit is the result of the squash of the following main commits: Author: Kern Sibbald Date: Thu Jun 16 18:40:26 2016 +0200 Implement driver classes + loadable drivers + first cut cloud driver --- diff --git a/bacula/src/stored/null_dev.c b/bacula/src/stored/null_dev.c index 3abe176f48..6f9a9fc6b2 100644 --- a/bacula/src/stored/null_dev.c +++ b/bacula/src/stored/null_dev.c @@ -31,3 +31,4 @@ const char *null_dev::print_type() { return "Null"; } +