X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flocale%2Flocaled.c;h=60083b7681e89e7bbf69b2d9ce78b26e175f3f0e;hp=4f85b8b583ddab7fb2e5bfaad5441cf4aa6a715e;hb=c6a818c82035da91e;hpb=8cb17a6dc88cecfcee3189765031e9e8a1f4106b diff --git a/src/locale/localed.c b/src/locale/localed.c index 4f85b8b58..60083b768 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -1277,7 +1277,7 @@ static DBusHandlerResult locale_message_handler( if (!(reply = dbus_message_new_method_return(message))) goto oom; - if (!dbus_connection_send(connection, reply, NULL)) + if (!bus_maybe_send_reply(connection, message, reply)) goto oom; dbus_message_unref(reply);