Changed max size of line read of config.

Change-Id: Ib1c7b11b03cdb8d788148091135313b438723670
CRs-Fixed: 2233260
This commit is contained in:
Naresh Munagala 2018-04-30 12:22:18 +05:30 committed by Gerrit - the friendly Code Review server
parent 9a8c42c3cb
commit a6177a4d14

View file

@ -37,7 +37,7 @@
#include <grp.h>
#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_FEATURE_MODE_DISABLED "DISABLED"