summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-service.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-12-29 09:23:25 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-01-01 18:23:56 +0100
commit237f7bcbb78c9434a194d486a80b8f74254efd75 (patch)
treebef4d6f2779c30993c9fa080f47721d84508fea1 /src/core/dbus-service.c
parentdbus-unit: support more options in transient units (diff)
downloadsystemd-237f7bcbb78c9434a194d486a80b8f74254efd75.tar.xz
systemd-237f7bcbb78c9434a194d486a80b8f74254efd75.zip
core: rename bus_exec_command_set_transient_property() to bus_set_transient_exec_command()
Diffstat (limited to 'src/core/dbus-service.c')
-rw-r--r--src/core/dbus-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c
index c5eba5f4e5..4f719c0e2e 100644
--- a/src/core/dbus-service.c
+++ b/src/core/dbus-service.c
@@ -240,7 +240,7 @@ static int bus_service_set_transient_property(
return 1;
} else if ((ci = service_exec_command_from_string(name)) >= 0)
- return bus_exec_command_set_transient_property(UNIT(s), name, &s->exec_command[ci], message, flags, error);
+ return bus_set_transient_exec_command(UNIT(s), name, &s->exec_command[ci], message, flags, error);
return 0;
}