diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:05:10 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 12:05:10 (GMT) |
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 928fdbe..700f5d2 100644 --- a/lib/utils_disk.h +++ b/lib/utils_disk.h | |||
@@ -12,7 +12,6 @@ struct name_list | |||
12 | struct parameter_list | 12 | struct parameter_list |
13 | { | 13 | { |
14 | char *name; | 14 | char *name; |
15 | int found; | ||
16 | thresholds *freespace_bytes; | 15 | thresholds *freespace_bytes; |
17 | thresholds *freespace_units; | 16 | thresholds *freespace_units; |
18 | thresholds *freespace_percent; | 17 | thresholds *freespace_percent; |