From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/328741-utils_base.c.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 web/attachments/328741-utils_base.c.patch (limited to 'web/attachments/328741-utils_base.c.patch') diff --git a/web/attachments/328741-utils_base.c.patch b/web/attachments/328741-utils_base.c.patch new file mode 100644 index 0000000..d5207e2 --- /dev/null +++ b/web/attachments/328741-utils_base.c.patch @@ -0,0 +1,19 @@ +--- utils_base.c.old 2009-05-27 15:55:13.000000000 +0400 ++++ utils_base.c 2009-05-28 11:51:11.000000000 +0400 +@@ -23,7 +23,6 @@ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * +-* $Id: utils_base.c 1938 2008-03-11 00:10:23Z tonvoon $ + * + *****************************************************************************/ + +@@ -104,7 +103,7 @@ + { + thresholds *temp_thresholds = NULL; + +- temp_thresholds = malloc(sizeof(temp_thresholds)); ++ temp_thresholds = malloc(sizeof(thresholds)); + + temp_thresholds->warning = NULL; + temp_thresholds->critical = NULL; -- cgit v1.2.3-74-g34f1