Merge branch 'collectd-5.5'
[collectd.git] / src / daemon / utils_cache.c
index b5b059c..9328d7a 100644 (file)
@@ -263,7 +263,7 @@ int uc_check_timeout (void)
       continue;
 
     /* If entry has not been updated, add to `keys' array */
-    tmp = (char **) realloc ((void *) keys,
+    tmp = realloc ((void *) keys,
        (keys_len + 1) * sizeof (char *));
     if (tmp == NULL)
     {