Update ini_file buffer size to be PROPERTY_VALUE_MAX
Update ini_file size from 64 to PROPERTY_VALUE_MAX to fix property_get() too small error Change-Id: I93d71016a7f2dc7ce3866ffce5dcf874a2f831cd
This commit is contained in:
@@ -184,7 +184,7 @@ char *hw_mode[HW_MODE_UNKNOWN] = {
|
|||||||
/** configuration file path */
|
/** configuration file path */
|
||||||
char *pconffile = CONFIG_FILE;
|
char *pconffile = CONFIG_FILE;
|
||||||
char *fIni = WIFI_DRIVER_CONF_FILE;
|
char *fIni = WIFI_DRIVER_CONF_FILE;
|
||||||
s8 ini_file[64] = {0};
|
s8 ini_file[PROPERTY_VALUE_MAX] = {0};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief
|
* @brief
|
||||||
|
|||||||
Reference in New Issue
Block a user