summaryrefslogtreecommitdiff
path: root/dns64
diff options
context:
space:
mode:
Diffstat (limited to 'dns64')
-rw-r--r--dns64/dns64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns64/dns64.c b/dns64/dns64.c
index b3e3ab852bca..2f2d1255d6ff 100644
--- a/dns64/dns64.c
+++ b/dns64/dns64.c
@@ -540,6 +540,7 @@ dns64_operate(struct module_qstate* qstate, enum module_ev event, int id,
case module_event_new:
/* Tag this query as being new and fall through. */
qstate->minfo[id] = (void*)DNS64_NEW_QUERY;
+ /* fallthrough */
case module_event_pass:
qstate->ext_state[id] = handle_event_pass(qstate, id);
break;