]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl remove buggy match_volblock
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 16 Dec 2008 18:36:43 +0000 (18:36 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 16 Dec 2008 18:36:43 +0000 (18:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8174 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/match_bsr.c

index 0376275777c712be4185e10d8f2b2041c3a9137b..ca05a54580c3a71024a624e757b800caa386305c 100644 (file)
@@ -612,7 +612,7 @@ static int match_volblock(BSR *bsr, BSR_VOLBLOCK *volblock, DEV_RECORD *rec, boo
     * files in all cases, so it is "turned off" by the following 
     * return statement.
     */
-//   return 1;
+   return 1;
 
 
    if (!volblock) {