From f41261ca3534bf1b1d3d50f510bd23b24fb6421b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 16 Dec 2008 18:36:43 +0000 Subject: [PATCH] ebl remove buggy match_volblock git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8174 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/match_bsr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/match_bsr.c b/bacula/src/stored/match_bsr.c index 0376275777..ca05a54580 100644 --- a/bacula/src/stored/match_bsr.c +++ b/bacula/src/stored/match_bsr.c @@ -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) { -- 2.39.5