X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-manager.c;h=75a341fce1edc622d2ef17754fed4308cf430a8e;hb=737563e4bb1606cae1dd0e9484f9e82da466fe76;hp=8f4bbc59b786231d04efc368072623a3a6515b3d;hpb=37d3ab1b7e114f0fb6dfb2e7273569b42794b76a;p=elogind.git diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 8f4bbc59b..75a341fce 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -1894,7 +1894,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection, } if (reply) - if (!dbus_connection_send(connection, reply, NULL)) + if (!bus_maybe_send_reply(connection, message, reply)) goto oom; return DBUS_HANDLER_RESULT_HANDLED;