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