mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
systemctl: warning: ‘r’ may be used uninitialized in this function
This commit is contained in:
parent
d181115929
commit
1823b86ebf
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user