]> www.dolda2000.com Git - doldaconnect.git/commitdiff
Increase dbuf size.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 23 May 2006 23:00:49 +0000 (23:00 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 23 May 2006 23:00:49 +0000 (23:00 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@609 959494ce-11ee-0310-bf91-de5d638817bd

config/tthsum.c

index 796b94a2ac1f3d7f5268ec512085691bf5c157d8..dd20521e6473519374c47ffd6df89624b97fd958 100644 (file)
@@ -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[] = {