mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 18:20:03 -04:00
Fix initialisers for old compilers
This commit is contained in:
parent
a14b2b3577
commit
a746576b8c
1 changed files with 3 additions and 3 deletions
|
|
@ -56,12 +56,12 @@ check_procs_config check_procs_config_init() {
|
|||
.exclude_progs = NULL,
|
||||
.exclude_progs_arr = NULL,
|
||||
.exclude_progs_counter = 0,
|
||||
.re_args = {},
|
||||
.re_args = {0},
|
||||
|
||||
.kthread_filter = false,
|
||||
.usepid = false,
|
||||
.uid = {},
|
||||
.ppid = {},
|
||||
.uid = 0,
|
||||
.ppid = 0,
|
||||
.vsz = 0,
|
||||
.rss = 0,
|
||||
.pcpu = 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue