From: Lennart Poettering Date: Wed, 21 Jun 2017 18:42:28 +0000 (+0200) Subject: sd-bus: make sure propagate all errors with vtable callbacks back to clients X-Git-Tag: chiark/234.4-1+devuan1.1+iwj1~103 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d491da529c3a8f4951221f154d389026be04b432;hp=d491da529c3a8f4951221f154d389026be04b432;p=elogind.git sd-bus: make sure propagate all errors with vtable callbacks back to clients Previously we'd propagate errors returned by user callbacks configured in vtables back to the users only for method handlers and property get/set handlers. This does the same for child enumeration and when we check whether a fallback unit exists. Without this the failure will be treated as a non-recoverable connection error and result in connection termination. Fixes: #6059 ---