diff options
Diffstat (limited to 'sysutils/cfengine2/files/patch-src_cfetool.c')
-rw-r--r-- | sysutils/cfengine2/files/patch-src_cfetool.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/cfengine2/files/patch-src_cfetool.c b/sysutils/cfengine2/files/patch-src_cfetool.c new file mode 100644 index 000000000000..dcbe06b3386e --- /dev/null +++ b/sysutils/cfengine2/files/patch-src_cfetool.c @@ -0,0 +1,13 @@ +--- src/cfetool.c.orig Thu Oct 6 19:16:39 2005 ++++ src/cfetool.c Thu Oct 6 19:25:48 2005 +@@ -2646,9 +2646,9 @@ void DoBatch(int dbtype) + double val=0; + float val1=0, val2=0, val3=0, val4=0, val5=0, val6=0, val7=0, val8=0, val9=0, val10=0; + int i = 0, j = 0, n = 0, y = 0, k = 0, w = 0; +- time_to_update = false; + int timeint = -1; + struct Average av; ++ time_to_update = false; + + Verbose("Batch mode\n"); + |