chiark / gitweb /
core: fix Unit.SetProperties argument parsing
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 2 Dec 2013 22:26:55 +0000 (23:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Dec 2013 23:28:07 +0000 (23:28 +0000)
commit559a4d4cda0155708e5f0797afeb8e80a4e26e43
treeda79f6caf96bcbe737031f294219327ea91d6ced
parentf820cf99c1cdb58e270fdf92389fea0413c1484e
core: fix Unit.SetProperties argument parsing

SetProperties has signature "ba(sv)", but the bus_unit_set_properties()
helper already does a enter_container('a', "sv") so we have to skip it in
bus_unit_method_set_properties().
src/core/dbus-unit.c