From: Kern Sibbald Date: Sun, 11 Nov 2018 16:37:10 +0000 (+0100) Subject: Correct last minute typo X-Git-Tag: Release-9.4.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6512bea183b2aad4398fee621ef88f24a07f0d69;p=thirdparty%2Fbacula.git Correct last minute typo --- diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index fa65232f9..05d0a1f9d 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -543,7 +543,7 @@ bool dir_update_volume_info(DCR *dcr, bool label, bool update_LastWritten, dev->VolCatInfo.VolCatRecycles = dcr->VolCatInfo.VolCatRecycles; dev->VolCatInfo.VolCatWrites = dcr->VolCatInfo.VolCatWrites; dev->VolCatInfo.VolCatReads = dcr->VolCatInfo.VolCatReads; - dev->VolCatInfo.VolEnable = dcr->VolCatInfo.VolEnable; + dev->VolCatInfo.VolEnabled = dcr->VolCatInfo.VolEnabled; dev->VolCatInfo.VolRecycle = dcr->VolCatInfo.VolRecycle; } ok = true;