From b9ec9359369f224bfb13db616f97401a6a177bd8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Jul 2013 21:29:33 +0200 Subject: core: simplify drop-in writing logic a bit let's make use of some format string magic! --- src/core/dbus-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/dbus-service.c') diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c index d63ca01c4f..8b157b5f3c 100644 --- a/src/core/dbus-service.c +++ b/src/core/dbus-service.c @@ -276,7 +276,7 @@ static int bus_service_set_transient_property( } fflush(f); - unit_write_drop_in_private_section(UNIT(s), mode, name, buf); + unit_write_drop_in_private(UNIT(s), mode, name, buf); } return 1; -- cgit v1.2.3-54-g00ecf