From 16da7c0dcff1bb17c257c1bf1b035edabfbafd3f Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 23 May 2006 23:00:49 +0000 Subject: [PATCH] Increase dbuf size. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@609 959494ce-11ee-0310-bf91-de5d638817bd --- config/tthsum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tthsum.c b/config/tthsum.c index 796b94a..dd20521 100644 --- a/config/tthsum.c +++ b/config/tthsum.c @@ -48,7 +48,7 @@ struct tigertreehash { int depth; }; -char buf[32768], dbuf[512]; +char buf[32768], dbuf[8192]; static char *base64set = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static int base64rev[] = { -- 2.11.0