2
0
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:
Helmut Grohne 2008-06-21 11:52:14 +00:00 committed by Steve Schnepp
parent bede1947b2
commit 2f167d679f

View File

@ -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;
}