]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/conf-parser.c
core: don't synthesize empty list when empty string is read in config_parse_strv()
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Sep 2017 14:53:34 +0000 (16:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Sep 2017 14:53:34 +0000 (16:53 +0200)
commit8249bb728db6c2abaf12575d661b52571bdc1ab1
tree191cf51b0ab0d6a9cf31c54b58a979577602328b
parent60c776fd756384b62d3c0ec8b1d000a898767347
core: don't synthesize empty list when empty string is read in config_parse_strv()

This was added to make
https://bugs.freedesktop.org/show_bug.cgi?id=62558 work, which has long
been removed, hence let's revert to the original behaviour and fully
flush out the list when an empty string is assigned.
src/shared/conf-parser.c