chiark / gitweb /
conf-parser: drop special casing in config_parse_path()
authorLennart Poettering <lennart@poettering.net>
Mon, 3 Mar 2014 20:42:38 +0000 (21:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 3 Mar 2014 20:42:38 +0000 (21:42 +0100)
commit3b43629240c82bf270542dc3ea13868980b30f07
treebf68813b8875a9af5f38282d85bdbfe05a1dfefa
parent94828d2ddc89c9dba3d6f386e55b6c9310d8f627
conf-parser: drop special casing in config_parse_path()

The code checked for two lvalues that aren't even using
config_parse_path(), so let's drop these checks and make the function
completely generic again.
src/shared/conf-parser.c