]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlink: never turn method call handler errors into connection errors
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Nov 2023 17:15:14 +0000 (18:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Dec 2023 14:25:46 +0000 (15:25 +0100)
commitc931c871aa93c689f42ecd3078d3aad87f1d04bf
tree866e8b90a06d5652661a163f7691b6d2ffbc054a
parent6bcc12325b0b65a46b2d279c22045fa01fcbc715
varlink: never turn method call handler errors into connection errors

Let's make sure method call handlers failing will result in that very
method call failing but not the whole connection. We mostly got that
right, except for "oneway" calls where the method reply is supposed to
be eaten up, but wasn't. Fix that.
src/shared/varlink.c