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=c6a818c82035da91e;hpb=8cb17a6dc88cecfcee3189765031e9e8a1f4106b 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;