1854ec0
From 887583863532db70806b4bf95230ed8799d0f314 Mon Sep 17 00:00:00 2001
1854ec0
From: Lennart Poettering <lennart@poettering.net>
1854ec0
Date: Mon, 16 Jul 2012 19:11:27 +0200
1854ec0
Subject: [PATCH] core: fix name of dbus call parameter (cherry picked from
1854ec0
 commit e616d1c6745f6a6df5a49a3957bd06aa8bd4648b)
1854ec0
1854ec0
---
1854ec0
 src/core/dbus-manager.c | 2 +-
1854ec0
 1 file changed, 1 insertion(+), 1 deletion(-)
1854ec0
1854ec0
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
1854ec0
index 62dc2c9..d8d2073 100644
1854ec0
--- a/src/core/dbus-manager.c
1854ec0
+++ b/src/core/dbus-manager.c
1854ec0
@@ -144,7 +144,7 @@
1854ec0
         "   <arg name=\"set\" type=\"as\" direction=\"in\"/>\n"         \
1854ec0
         "  </method>\n"                                                 \
1854ec0
         "  <method name=\"ListUnitFiles\">\n"                            \
1854ec0
-        "   <arg name=\"changes\" type=\"a(ss)\" direction=\"out\"/>\n" \
1854ec0
+        "   <arg name=\"files\" type=\"a(ss)\" direction=\"out\"/>\n" \
1854ec0
         "  </method>\n"                                                 \
1854ec0
         "  <method name=\"GetUnitFileState\">\n"                        \
1854ec0
         "   <arg name=\"file\" type=\"s\" direction=\"in\"/>\n"         \