X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-execute.h;h=87dc698b16f25e310ca33e6a8a507ac2d99d2336;hp=3d84c20614cfb3d9124f7a2591353d217f888825;hb=57b63f363ffeed8556da11eab395f902adcefd5b;hpb=87d1969bb35564b6b5851cc9fef81c297e247306;ds=sidebyside diff --git a/src/dbus-execute.h b/src/dbus-execute.h index 3d84c2061..87dc698b1 100644 --- a/src/dbus-execute.h +++ b/src/dbus-execute.h @@ -144,7 +144,7 @@ { interface, "SameProcessGroup", bus_property_append_bool, "b", &(context).same_pgrp }, \ { interface, "KillMode", bus_execute_append_kill_mode, "s", &(context).kill_mode }, \ { interface, "KillSignal", bus_property_append_int, "i", &(context).kill_signal }, \ - { interface, "UtmpIdentifier", bus_property_append_string, "s", &(context).utmp_id } + { interface, "UtmpIdentifier", bus_property_append_string, "s", (context).utmp_id } #define BUS_EXEC_STATUS_PROPERTIES(interface, estatus, prefix) \ { interface, prefix "StartTimestamp", bus_property_append_usec, "t", &(estatus).start_timestamp.realtime }, \