summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-06 20:33:46 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-16 00:56:59 -0500
commitd76b52b66dc8db04f5df8f87e2ce737d7428f4d4 (patch)
treef4521eccae320ce6954e94a7f23ebfab600d7851
parent9db605a4db983e032bff509571c54c8ea3bcea9a (diff)
downloadsystemd-d76b52b66dc8db04f5df8f87e2ce737d7428f4d4.tar.gz
tmpfiles: make gcc shut up
(cherry picked from commit 1e95893a89b87e4ed656910e30c430e583bc8133)
-rw-r--r--src/tmpfiles/tmpfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 02e439e699..29041388d3 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -1063,7 +1063,7 @@ static int clean_item(Item *i) {
}
static int process_item(Item *i) {
- int r, q, p, s, t = 0;
+ int r, q, p, t = 0;
_cleanup_free_ char *prefix = NULL;
assert(i);