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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user