]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlink: improve compat with varlink C reference implementation
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Dec 2023 16:59:49 +0000 (17:59 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Dec 2023 08:39:10 +0000 (09:39 +0100)
commitf2ad89248b2177119b75bf82be69716166243996
treebb050d8cee204e0a275db61615c9c8b5d9c56a86
parent0977039bdc9e857cdb0dfe1d96d0de0d94d02155
varlink: improve compat with varlink C reference implementation

The reference implementation seems to set the 'parameters' field for
method calls to 'null' if nothing is specified on its command line. We
so far only could deal if the parameters field was unset or set to the
empty object. Let's also accept the 'null' type.
src/shared/varlink.c