make cbuf 64k to handle lager tickets

From: MAAAAA MOOOR <huaraz@btinternet.com>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13942 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-06-20 17:07:47 +00:00
parent 45025e58d9
commit 4e8ab3a81f

View File

@@ -50,7 +50,7 @@ off_t restart_point;
static int cmd_type;
static int cmd_form;
static int cmd_bytesz;
char cbuf[2048];
char cbuf[64*1024];
char *fromname;
struct tab {