]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak remove Enterprise only code that does not compile
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Nov 2018 10:08:10 +0000 (11:08 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Nov 2018 10:08:10 +0000 (11:08 +0100)
bacula/src/stored/askdir.c

index a87ea2d82040f093d5e7990c6d38eb5368a3d472..4da226a0e0a2af809a7f4e017c9b2cb384753400 100644 (file)
@@ -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;
    }