From 6ce270b10ad5538fb60dabcf409a49a9c5fd0e8d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Nov 2013 20:49:04 +0100 Subject: core: fix deserialization of StartTransientUnit() parameters --- src/core/dbus-service.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/dbus-service.c') diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c index c4bfa2c38f..3fa2d33638 100644 --- a/src/core/dbus-service.c +++ b/src/core/dbus-service.c @@ -169,6 +169,10 @@ static int bus_service_set_transient_property( if (r < 0) return r; + r = sd_bus_message_exit_container(message); + if (r < 0) + return r; + if (mode != UNIT_CHECK) { _cleanup_free_ char *buf = NULL; _cleanup_fclose_ FILE *f = NULL; -- cgit v1.2.3-54-g00ecf