increase line buffer to 8k

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10399 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-07-30 06:51:53 +00:00
parent 6403986161
commit 8ef4f2e87d

View File

@@ -311,7 +311,7 @@ doit(const char *filename, int merge)
{
krb5_error_code ret;
FILE *f;
char s[1024];
char s[8192]; /* XXX should fix this properly */
char *p;
int line;
int flags = O_RDWR;