MXS-2304 Remove config_get_string() and config_get_value_string()
Some functions accessing internal pointers still remain.
This commit is contained in:
@ -483,7 +483,7 @@ bool config_get_compiled_regexes(const MXS_CONFIG_PARAMETER* params,
|
||||
* @param list_string A list of items
|
||||
* @return The array
|
||||
*/
|
||||
std::vector<std::string> config_break_list_string(const char* list_string);
|
||||
std::vector<std::string> config_break_list_string(const std::string& list_string);
|
||||
|
||||
/**
|
||||
* @brief Convert string truth value
|
||||
|
Reference in New Issue
Block a user