From 1823b86ebf955b737fb87372b211fa45ba799a48 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 11 Nov 2013 17:18:51 +0100 Subject: [PATCH] =?utf8?q?systemctl:=20warning:=20=E2=80=98r=E2=80=99=20ma?= =?utf8?q?y=20be=20used=20uninitialized=20in=20this=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/systemctl/systemctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 3170b800c..0e833ab53 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -891,8 +891,9 @@ static int list_timers(sd_bus *bus, char **args) { struct timer_info *t; const UnitInfo *u; size_t size = 0; - int n, r, c = 0; + int n, c = 0; dual_timestamp nw; + int r = 0; pager_open_if_enabled(); -- 2.30.2