From 173f0b2aa8b0ce5b5d43d9e719e3585f5f9786c7 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 15 Apr 2008 16:23:03 +0200 Subject: [PATCH] src/utils_threshold.c: Fix a simple typo. --- src/utils_threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0