]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #7424 Count Plugin Object in verify data session
authorEric Bollengier <eric@baculasystems.com>
Wed, 9 Jun 2021 15:52:24 +0000 (17:52 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:02 +0000 (09:03 +0100)
bacula/src/filed/verify_vol.c

index 191ff495c4da2c0eee4671a827f626f65fac3134..0fc5a4d8ef3e6e61a3bcc307d040214e2bb21e8f 100644 (file)
@@ -400,8 +400,9 @@ void do_verify_volume(JCR *jcr)
          break;
 
          /*
-          * Restore stream object is counted, but not restored here
+          * Restore object and plugin object stream are counted, but not restored here
           */
+      case STREAM_PLUGIN_OBJECT:
       case STREAM_RESTORE_OBJECT:
          jcr->lock();
          jcr->JobFiles++;