From: Kern Sibbald Date: Sat, 28 Jan 2017 13:08:05 +0000 (+0100) Subject: Remove debug code that breaks btape fill X-Git-Tag: Release-7.4.5~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=991d8a595657086eca1d2cd1f69246c68ef15511;p=bacula%2Fbacula Remove debug code that breaks btape fill --- 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;