We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c53e9 commit 7576e54Copy full SHA for 7576e54
src/flb_config_map.c
@@ -92,7 +92,7 @@ static struct mk_list *parse_string_map_to_list(struct flb_config_map *map, char
92
ret = flb_slist_split_string(list, str, ',', max_split);
93
}
94
else if (type == FLB_CONFIG_MAP_SLIST) {
95
- ret = flb_slist_split_string(list, str, ' ', max_split);
+ ret = flb_slist_split_tokens(list, str, max_split);
96
97
98
if (ret == -1) {
0 commit comments