diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:05:10 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:05:10 +0000 |
commit | 450ad346edcf2304087ffa74a46eef274336c16b (patch) | |
tree | 02855674d2d5c1f891095e25be4f8818e8bdfed8 /lib/utils_disk.h | |
parent | c56c42b9c999742ff3cfebf1cadc8c93ad68048c (diff) | |
download | monitoring-plugins-450ad346edcf2304087ffa74a46eef274336c16b.tar.gz |
Fix tests for exact matches when searching filesystems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_disk.h')
-rw-r--r-- | lib/utils_disk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils_disk.h b/lib/utils_disk.h index 928fdbe5..700f5d26 100644 --- a/lib/utils_disk.h +++ b/lib/utils_disk.h @@ -12,7 +12,6 @@ struct name_list struct parameter_list { char *name; - int found; thresholds *freespace_bytes; thresholds *freespace_units; thresholds *freespace_percent; |