From: Florian Forster Date: Tue, 15 Apr 2008 14:23:03 +0000 (+0200) Subject: src/utils_threshold.c: Fix a simple typo. X-Git-Tag: collectd-4.4.0~34 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=173f0b2aa8b0ce5b5d43d9e719e3585f5f9786c7;p=collectd.git src/utils_threshold.c: Fix a simple typo. --- diff --git a/src/utils_threshold.c b/src/utils_threshold.c index 0682b168..6c131ba6 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -114,7 +114,7 @@ static int ut_threshold_add (const threshold_t *th) return (-1); } memcpy (th_copy, th, sizeof (threshold_t)); - th_copy = NULL; + th_ptr = NULL; DEBUG ("ut_threshold_add: Adding entry `%s'", name);