chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Thu, 14 Sep 2017 14:53:34 +0000 (16:53 +0200)
commitb40e4e606d3002188014f43b9eeb937baf41820e
tree541d6db5d4c5e749f4b1f35e9a44327cf89bddd9
parent748d5da36ddd9229a87872687ad07d56d9bdcc10
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