]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-util.c
bus: fix error-path in bus_map_all_properties()
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 20 Nov 2013 15:18:37 +0000 (16:18 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 20 Nov 2013 15:19:58 +0000 (16:19 +0100)
commit6c1508b871965b2eba46d477e81a9c4e85b2bd00
tree7a776a129c233cdd7d9efef2af7aeab640cf2d42
parentd7726e578a1e4218c769d436c1a23174d1aed92d
bus: fix error-path in bus_map_all_properties()

We shouldn't return positive integers on errors. Fix the typo by removing
the negation.
src/libsystemd-bus/bus-util.c