Merge "Update ini_file buffer size to be PROPERTY_VALUE_MAX"

This commit is contained in:
Linux Build Service Account
2013-09-25 01:07:53 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -184,7 +184,7 @@ char *hw_mode[HW_MODE_UNKNOWN] = {
/** configuration file path */
char *pconffile = CONFIG_FILE;
char *fIni = WIFI_DRIVER_CONF_FILE;
s8 ini_file[64] = {0};
s8 ini_file[PROPERTY_VALUE_MAX] = {0};
/**
* @brief