From 991d8a595657086eca1d2cd1f69246c68ef15511 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 28 Jan 2017 14:08:05 +0100 Subject: [PATCH] Remove debug code that breaks btape fill --- bacula/src/stored/block_util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bacula/src/stored/block_util.c b/bacula/src/stored/block_util.c index 3d67de9208..657e9b1ff3 100644 --- a/bacula/src/stored/block_util.c +++ b/bacula/src/stored/block_util.c @@ -1,7 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2016 Kern Sibbald + Copyright (C) 2000-2017 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -205,8 +205,6 @@ void empty_block(DEV_BLOCK *block) Dmsg3(200, "empty len=%d block=%p set binbuf=%d\n", block->buf_len, block, block->binbuf); block->bufp = block->buf + block->binbuf; - block->buf[0] = 0; /* clear for debugging */ - block->bufp[0] = 0; /* clear for debugging */ block->read_len = 0; block->write_failed = false; block->block_read = false; -- 2.39.5