Hi On Wed, Aug 26, 2015 at 1:13 AM, Michael Roth <[email protected]> wrote: > Since we have the list_join() helper to convert config->blacklist, it > makes me wonder if there's really any need to add/init config->bliststr > in the previous patch.
It is just to keep the string in memory. split_list() doesn't dup the given string, it merely changes it and add pointers to the list. I'll add a comment about it in the code. -- Marc-André Lureau
