summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79593ed)
raw | patch | inline | side by side (parent: 79593ed)
author | Michal Humpula <michal.humpula@hudrydum.cz> | |
Mon, 6 Jul 2015 11:43:43 +0000 (13:43 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 7 Jul 2015 21:28:37 +0000 (23:28 +0200) |
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index 2ad50f103e4ef355e42125d8f84daac0fa380d84..32b0f16e21f50311d530f934f72964076dfee0ee 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
xmlFree (zone_name);
zone_name = NULL;
- if (j >= views->zones_num)
+ if (j >= view->zones_num)
return (0);
zone_name = view->zones[j];