chiark / gitweb /
bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown type
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Aug 2016 17:04:35 +0000 (19:04 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:51 +0000 (08:50 +0200)
commitd46558812b735184c1c9b2a13c7b3587d6c1e271
tree643f9e598568fff458a3b7d60cc4ec75fc3f427b
parentc6fa3209cf539e5c1ada090ec6ffa97148f82972
bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown type

Make sure we return proper errors for types not understood yet.
src/shared/bus-util.c