]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bls.c
Remove FI sanity check code that does not apply after a VirtualFull
[bacula/bacula] / bacula / src / stored / bls.c
index 0526c5212843b931408594b862a567b774cbc8a6..cb270d955d9894c3ee2e7b1b9dfdece1ac1e7e32 100644 (file)
@@ -31,7 +31,6 @@
  * 
  *  Kern Sibbald, MM
  *
- *   Version $Id$
  */
 
 #include "bacula.h"
@@ -393,11 +392,6 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
          return true;
       }
 
-      if (attr->file_index != rec->FileIndex) {
-         Emsg2(M_ERROR, 0, _("Record FileIndex %ld not equal Attrib FileIndex %ld\n"),
-               rec->FileIndex, attr->file_index);
-      }
-
       attr->data_stream = decode_stat(attr->attr, &attr->statp, &attr->LinkFI);
       build_attr_output_fnames(jcr, attr);