From e139afbb38f6ae625b475b9a705102054c4c3707 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 28 Jan 2010 14:41:35 +0100 Subject: [PATCH] Remove file_index sequential check -- reported by Graham --- bacula/src/filed/verify_vol.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bacula/src/filed/verify_vol.c b/bacula/src/filed/verify_vol.c index 7a9e88eac9..c3bdd2463b 100644 --- a/bacula/src/filed/verify_vol.c +++ b/bacula/src/filed/verify_vol.c @@ -147,12 +147,6 @@ void do_verify_volume(JCR *jcr) goto bail_out; } Dmsg2(30, "Got Attr: FilInx=%d type=%d\n", record_file_index, type); - if (record_file_index != file_index) { - Jmsg(jcr, M_FATAL, 0, _("Record header file index %ld not equal record index %ld\n"), - file_index, record_file_index); - Dmsg0(0, "File index error\n"); - goto bail_out; - } ap = sd->msg; while (*ap++ != ' ') /* skip record file index */ ; -- 2.39.5