X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-manager.c;h=75a341fce1edc622d2ef17754fed4308cf430a8e;hp=8f4bbc59b786231d04efc368072623a3a6515b3d;hb=80cfe9e163b1c92f917e0a5e053b148fca790677;hpb=26d04f86a36595e3565c74d67863e076c3e3c773 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;