Changed max size of line read of config.
Change-Id: Ib1c7b11b03cdb8d788148091135313b438723670 CRs-Fixed: 2233260
This commit is contained in:
parent
9a8c42c3cb
commit
a6177a4d14
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
|
||||||
#define LOC_MAX_PARAM_NAME 80
|
#define LOC_MAX_PARAM_NAME 80
|
||||||
#define LOC_MAX_PARAM_STRING 80
|
#define LOC_MAX_PARAM_STRING 170
|
||||||
#define LOC_MAX_PARAM_LINE (LOC_MAX_PARAM_NAME + LOC_MAX_PARAM_STRING)
|
#define LOC_MAX_PARAM_LINE (LOC_MAX_PARAM_NAME + LOC_MAX_PARAM_STRING)
|
||||||
|
|
||||||
#define LOC_FEATURE_MODE_DISABLED "DISABLED"
|
#define LOC_FEATURE_MODE_DISABLED "DISABLED"
|
||||||
|
|
Loading…
Reference in a new issue