diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-27 13:52:27 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-27 13:52:27 +0100 |
commit | 1773bfa14b271d3bcd7fd96bba0bae8028280b75 (patch) | |
tree | 6d0d3eb60c9df2cc364ff612b8f13fab3a25e383 /runtime/conf.c | |
parent | 99a48039fba51cad2ee6a18a756079fbccab32a2 (diff) | |
parent | 2a813afa41cfda63896002b037742a67678584ad (diff) | |
download | rsyslog-1773bfa14b271d3bcd7fd96bba0bae8028280b75.tar.gz rsyslog-1773bfa14b271d3bcd7fd96bba0bae8028280b75.tar.bz2 rsyslog-1773bfa14b271d3bcd7fd96bba0bae8028280b75.zip |
Merge branch 'v6-stable'
Conflicts:
plugins/imklog/imklog.c
plugins/imklog/imklog.h
runtime/conf.c
runtime/rsyslog.h
Diffstat (limited to 'runtime/conf.c')
-rw-r--r-- | runtime/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/conf.c b/runtime/conf.c index f5e064ff..24f64b9f 100644 --- a/runtime/conf.c +++ b/runtime/conf.c @@ -27,7 +27,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define CFGLNSIZ 4096 /* the maximum size of a configuraton file line, after re-combination */ +#define CFGLNSIZ 64*1024 /* the maximum size of a configuraton file line, after re-combination */ #include "config.h" #include <stdlib.h> #include <stdio.h> |