systemctl: warning: ‘r’ may be used uninitialized in this function

This commit is contained in:
Kay Sievers
2013-11-11 17:18:51 +01:00
parent d181115929
commit 1823b86ebf
+2 -1
View File
@@ -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();