[systemd-commits] src/core

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sat Jul 20 13:13:36 PDT 2013


 src/core/dbus-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 459da00fe6496a77dcc31df964b59a17e9746c94
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sat Jul 20 16:12:10 2013 -0400

    core: correct dbus parameter direction

diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
index d7604b1..e1a169c 100644
--- a/src/core/dbus-manager.c
+++ b/src/core/dbus-manager.c
@@ -236,7 +236,7 @@
         "   <arg name=\"name\" type=\"s\" direction=\"out\"/>\n"        \
         "  </method>\n"                                                 \
         "  <method name=\"SetUnitProperties\">\n"                       \
-        "   <arg name=\"name\" type=\"s\" direction=\"out\"/>\n"        \
+        "   <arg name=\"name\" type=\"s\" direction=\"in\"/>\n"         \
         "   <arg name=\"runtime\" type=\"b\" direction=\"in\"/>\n"      \
         "   <arg name=\"properties\" type=\"a(sv)\" direction=\"in\"/>\n" \
         "  </method>\n"                                                 \



More information about the systemd-commits mailing list