From 9cb90772339c4beb87d85229b4010e7d36d12205 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Wed, 17 Jul 2013 18:01:59 +0200 Subject: clitar.c: default block size was a multiple of TBLOCK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Aptel Reviewed-by: David Disseldorp Reviewed-by: Andreas Schneider --- source3/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/client/clitar.c b/source3/client/clitar.c index b4284eba0a..3734d8d47f 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -43,7 +43,7 @@ * * The actual choice is made by libarchive. */ -#define TAR_DEFAULT_BLOCK_SIZE 20 +#define TAR_DEFAULT_BLOCK_SIZE (20*512) #define TAR_CLI_READ_SIZE 0xff00 -- cgit