mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
fix bug in swap.c
This commit is contained in:
parent
bede1947b2
commit
2f167d679f
@ -50,7 +50,7 @@ int swap(int argc, char **argv) {
|
||||
}
|
||||
}
|
||||
fclose(f);
|
||||
if(!in*out) {
|
||||
if(!(in*out)) {
|
||||
fputs("no usable data on /proc/vmstat\n", stderr);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user