summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2015-07-04 12:41:01 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2015-07-04 12:41:01 +0200
commit6acc94b6211af2c259453b9e6aa29c44967796f0 (patch)
treef38e6680b90804cdcc46a1cf921a38b2af080cbc /src/run
parenta0c8526a7376a7ef9692a3db6700e574fc714e7c (diff)
parent03976f7b4a84b8b1492a549a3470b2bba8f37008 (diff)
Merge pull request #485 from poettering/sd-bus-flush-close-unref
sd-bus: introduce new sd_bus_flush_close_unref() call
Diffstat (limited to 'src/run')
-rw-r--r--src/run/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run/run.c b/src/run/run.c
index 99d960a664..148854a9b5 100644
--- a/src/run/run.c
+++ b/src/run/run.c
@@ -1099,7 +1099,7 @@ static int start_transient_timer(
}
int main(int argc, char* argv[]) {
- _cleanup_bus_close_unref_ sd_bus *bus = NULL;
+ _cleanup_bus_flush_close_unref_ sd_bus *bus = NULL;
_cleanup_free_ char *description = NULL, *command = NULL;
int r;