From: Eric Bollengier Date: Wed, 9 Jun 2021 15:52:24 +0000 (+0200) Subject: Fix #7424 Count Plugin Object in verify data session X-Git-Tag: Release-11.3.2~499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6675eaed56ec325900f27b1cf75f57a4bc04842;p=thirdparty%2Fbacula.git Fix #7424 Count Plugin Object in verify data session --- diff --git a/bacula/src/filed/verify_vol.c b/bacula/src/filed/verify_vol.c index 191ff495c..0fc5a4d8e 100644 --- a/bacula/src/filed/verify_vol.c +++ b/bacula/src/filed/verify_vol.c @@ -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++;