diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-16 19:11:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-16 19:11:27 +0200 |
commit | e616d1c6745f6a6df5a49a3957bd06aa8bd4648b (patch) | |
tree | ce868d4991b2a40202fcac2640423156ab2962d2 /src/core/dbus-manager.c | |
parent | 051eaebb587d466ed21b51863d52d31fc1df57ca (diff) |
core: fix name of dbus call parameter
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 67b7b13eac..925e87cc57 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -144,7 +144,7 @@ " <arg name=\"set\" type=\"as\" direction=\"in\"/>\n" \ " </method>\n" \ " <method name=\"ListUnitFiles\">\n" \ - " <arg name=\"changes\" type=\"a(ss)\" direction=\"out\"/>\n" \ + " <arg name=\"files\" type=\"a(ss)\" direction=\"out\"/>\n" \ " </method>\n" \ " <method name=\"GetUnitFileState\">\n" \ " <arg name=\"file\" type=\"s\" direction=\"in\"/>\n" \ |