[systemd-commits] src/dbus-execute.h

Lennart Poettering lennart at kemper.freedesktop.org
Tue Oct 26 11:45:54 PDT 2010


 src/dbus-execute.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57b63f363ffeed8556da11eab395f902adcefd5b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Oct 26 20:45:43 2010 +0200

    exec: fix dbus exposure of UtmpIdentifier field

diff --git a/src/dbus-execute.h b/src/dbus-execute.h
index 3d84c20..87dc698 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     }, \



More information about the systemd-commits mailing list