--- 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;