TT#1640 increase the config line length to 4096 because of header_list

Change-Id: I1f684bf4f5b5afdbbe4febdbecf9c12fe4f11277
changes/79/12579/1
Andrew Pogrebennyk 9 years ago
parent 7a1e2a0f11
commit 484bcfa4db

@ -20,6 +20,7 @@ sipwise/MT-20649-change-config-validation
sipwise/MT-20649-use-macros
sipwise/0002-b-f-dsm-mod_conference-set-callgroup-to-conference-c.patch
sipwise/0018-db_reg_agent-add-username_with_domain-option-to-use-.patch
sipwise/0019-TT-1640-core_increase-max-config-line.patch
build-fix-bit-rot.patch
build-fix-pie.patch
build-fix-excludes.patch

@ -0,0 +1,11 @@
--- a/core/AmConfigReader.h
+++ b/core/AmConfigReader.h
@@ -33,7 +33,7 @@
using std::string;
-#define MAX_CONFIG_LINE 2048
+#define MAX_CONFIG_LINE 4096
#define CONFIG_FILE_SUFFIX ".conf"
/**
Loading…
Cancel
Save