summaryrefslogtreecommitdiff
blob: 9bdc29a3c379bd96eccc1c03da41788ff2e8a782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: <URL:http://nagiosplug.cvs.sourceforge.net/nagiosplug/nagiosplug/plugins/check_disk.c?r1=1.64&r2=1.65&diff_format=u>

--- nagiosplug-old/plugins/check_disk.c	2006/03/27 08:19:01	1.64
+++ nagiosplug-new/plugins/check_disk.c	2006/05/02 08:30:21	1.65
@@ -462,6 +462,8 @@
       se->c_df = c_df;
       se->w_dfp = w_dfp;
       se->c_dfp = c_dfp;
+      se->w_idfp = w_idfp;
+      se->c_idfp = c_idfp;
       se->found = 0;
       se->found_len = 0;
       *pathtail = se;
@@ -480,6 +482,8 @@
                         se->c_df = 0;
                         se->w_dfp = 0;
                         se->c_dfp = 0;
+			se->w_idfp = 0;
+			se->c_idfp = 0;
       se->found = 0;
       se->found_len = 0;
       *dptail = se;
@@ -497,6 +501,8 @@
                         se->c_df = 0;
                         se->w_dfp = 0;
                         se->c_dfp = 0;
+			se->w_idfp = 0;
+			se->c_idfp = 0;
       se->found = 0;
       se->found_len = 0;
       *fstail = se;
@@ -519,6 +525,8 @@
       c_df = 0;
       w_dfp = -1.0;
       c_dfp = -1.0;
+      w_idfp = -1.0;
+      c_idfp = -1.0;
       break;
     case 'V':                 /* version */
       print_revision (progname, revision);
@@ -547,6 +555,8 @@
     se->c_df = c_df;
     se->w_dfp = w_dfp;
     se->c_dfp = c_dfp;
+    se->w_idfp = w_idfp;
+    se->c_idfp = c_idfp;
     se->found =0;
     se->found_len = 0;
     *pathtail = se;