summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 643b6cd)
raw | patch | inline | side by side (parent: 643b6cd)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 23 Oct 2014 06:08:21 +0000 (08:08 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 23 Oct 2014 06:08:21 +0000 (08:08 +0200) |
src/core/store_lookup.c | patch | blob | history |
index e2ae0669f3cdc64300d5a8d49ecc3b032deea49a..6613c21f503b375456661af679a9218485d5ddff 100644 (file)
--- a/src/core/store_lookup.c
+++ b/src/core/store_lookup.c
iter = sdb_avltree_get_iter(HOST(obj)->services);
else if (m->type == MATCHER_METRIC)
iter = sdb_avltree_get_iter(HOST(obj)->metrics);
- else if (m->type == SDB_ATTRIBUTE)
+ else if (m->type == MATCHER_ATTRIBUTE)
iter = sdb_avltree_get_iter(HOST(obj)->attributes);
while (sdb_avltree_iter_has_next(iter)) {