]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-util.c
bus-util: treat an empty string as a NULL
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Aug 2016 17:03:44 +0000 (19:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Aug 2016 14:14:21 +0000 (16:14 +0200)
commit0b83b8a4dcd429e6d14f2251fffdc7eae215c1f5
treeab1d2fcd018fe5f9a21ca24cf676356e224c876a
parentbdf97b8ad84a66e0687222ac139603468162d785
bus-util: treat an empty string as a NULL

Instead of ignoring empty strings retrieved via the bus, treat them as NULL, as
it's customary in systemd.
src/shared/bus-util.c