summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar.c
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-17 18:01:59 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:28 +0100
commit9cb90772339c4beb87d85229b4010e7d36d12205 (patch)
treeb4685451add4093373a6f4fe4eb0cfd9cf0df23d /source3/client/clitar.c
parent7c973de80218a1f6f45c2aeeec4f485690d163bd (diff)
downloadsamba-9cb90772339c4beb87d85229b4010e7d36d12205.tar.gz
samba-9cb90772339c4beb87d85229b4010e7d36d12205.tar.xz
samba-9cb90772339c4beb87d85229b4010e7d36d12205.zip
clitar.c: default block size was a multiple of TBLOCK
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/client/clitar.c')
-rw-r--r--source3/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index b4284eba0ac..3734d8d47f4 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