summaryrefslogtreecommitdiff
path: root/edns-subnet/addrtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'edns-subnet/addrtree.c')
-rw-r--r--edns-subnet/addrtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edns-subnet/addrtree.c b/edns-subnet/addrtree.c
index 050eb31fc98f..9a02db062c51 100644
--- a/edns-subnet/addrtree.c
+++ b/edns-subnet/addrtree.c
@@ -485,7 +485,7 @@ addrtree_find(struct addrtree *tree, const addrkey_t *addr,
/* does this node have data? if yes, see if we have a match */
if (node->elem && node->ttl >= now) {
/* saved at wrong depth */;
- log_assert(node->scope >= depth)
+ log_assert(node->scope >= depth);
if (depth == node->scope ||
(node->scope > sourcemask &&
depth == sourcemask)) {