]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Correct last minute typo
authorKern Sibbald <kern@sibbald.com>
Sun, 11 Nov 2018 16:37:10 +0000 (17:37 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 11 Nov 2018 16:37:10 +0000 (17:37 +0100)
bacula/src/stored/askdir.c

index fa65232f9fd841510d141e0c44acd92aca0f6e9c..05d0a1f9d0de084dbfad688fa1de4ab25f66ae96 100644 (file)
@@ -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;