projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a813e8a
)
src/utils_cache.c: Fix a bug that was introduced by the preceding merge.
author
Florian Forster
<octo@huhu.verplant.org>
Sat, 22 Mar 2008 08:45:41 +0000
(09:45 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Sat, 22 Mar 2008 08:45:41 +0000
(09:45 +0100)
src/utils_cache.c
patch
|
blob
|
history
diff --git
a/src/utils_cache.c
b/src/utils_cache.c
index
c471ee2
..
d1dd027
100644
(file)
--- a/
src/utils_cache.c
+++ b/
src/utils_cache.c
@@
-467,12
+467,6
@@
int uc_get_rate_by_name (const char *name, gauge_t **ret_values, size_t *ret_val
cache_entry_t *ce = NULL;
int status = 0;
- if (FORMAT_VL (name, sizeof (name), vl, ds) != 0)
- {
- ERROR ("uc_get_rate: FORMAT_VL failed.");
- return (NULL);
- }
-
pthread_mutex_lock (&cache_lock);
if (c_avl_get (cache_tree, name, (void *) &ce) == 0)