diff options
Diffstat (limited to 'utility')
-rw-r--r-- | utility/logparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/logparse.c b/utility/logparse.c index 67f51b6..7c52ff6 100644 --- a/utility/logparse.c +++ b/utility/logparse.c | |||
@@ -368,7 +368,7 @@ apr_status_t parser_parsefile(config_t *cfg, config_filestat_t *fstat) | |||
368 | } | 368 | } |
369 | 369 | ||
370 | do { | 370 | do { |
371 | rv = apr_file_gets(buff, 1024, file); | 371 | rv = apr_file_gets(buff, 2048, file); |
372 | if (rv == APR_SUCCESS) { | 372 | if (rv == APR_SUCCESS) { |
373 | int i,m, cont = 0; | 373 | int i,m, cont = 0; |
374 | config_filter_t *filters; | 374 | config_filter_t *filters; |