projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5651635
)
bind-plugin: fix zones iteratation upper limit
author
Michal Humpula
<michal.humpula@heureka.cz>
Tue, 9 Dec 2014 12:08:36 +0000
(13:08 +0100)
committer
Michal Humpula
<michal.humpula@heureka.cz>
Tue, 9 Dec 2014 12:08:36 +0000
(13:08 +0100)
src/bind.c
patch
|
blob
|
history
diff --git
a/src/bind.c
b/src/bind.c
index
d7b8c08
..
59eb249
100644
(file)
--- a/
src/bind.c
+++ b/
src/bind.c
@@
-745,7
+745,7
@@
static int bind_xml_stats_handle_zone (int version, xmlDoc *doc, /* {{{ */
xmlFree (zone_name);
zone_name = NULL;
- if (j >= views_num)
+ if (j >= views
->zones
_num)
{
xmlXPathFreeObject (path_obj);
return (0);