X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimedate%2Ftimedated.c;h=85506f4fc67d57f599030bb31592ac0c222ea9f7;hp=77534933c33b3aa50c3bfa0838e429803da0874d;hb=c6a818c82035da91e;hpb=8cb17a6dc88cecfcee3189765031e9e8a1f4106b diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index 77534933c..85506f4fc 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -889,7 +889,7 @@ static DBusHandlerResult timedate_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);