From: Kern Sibbald Date: Sat, 10 Nov 2018 10:08:10 +0000 (+0100) Subject: Tweak remove Enterprise only code that does not compile X-Git-Tag: Release-9.4.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7632a8eb4011d9872172d9bb44fc13f3f60c1b;p=thirdparty%2Fbacula.git Tweak remove Enterprise only code that does not compile --- diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index a87ea2d82..4da226a0e 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -538,7 +538,6 @@ bool dir_update_volume_info(DCR *dcr, bool label, bool update_LastWritten, dev->VolCatInfo.VolCatWrites = dcr->VolCatInfo.VolCatWrites; dev->VolCatInfo.VolCatReads = dcr->VolCatInfo.VolCatReads; dev->VolCatInfo.VolRecycle = dcr->VolCatInfo.VolRecycle; - dev->VolCatInfo.BytesWritten = 0; } ok = true; }