summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-27 13:52:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-27 13:52:27 +0100
commit1773bfa14b271d3bcd7fd96bba0bae8028280b75 (patch)
tree6d0d3eb60c9df2cc364ff612b8f13fab3a25e383 /runtime/conf.c
parent99a48039fba51cad2ee6a18a756079fbccab32a2 (diff)
parent2a813afa41cfda63896002b037742a67678584ad (diff)
downloadrsyslog-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.c2
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>