diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-03-16 23:58:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-17 00:00:52 +0000 |
commit | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (patch) | |
tree | 211c17b0e7eeb34cdd84e378e3720514e8987b8c /iterator/iterator.c | |
parent | 217a625642d38bfc0d3d03192b013d4bc7a32458 (diff) |
Diffstat (limited to 'iterator/iterator.c')
-rw-r--r-- | iterator/iterator.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iterator/iterator.c b/iterator/iterator.c index 6ff811a27d06..e9fea544aa69 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -4151,10 +4151,10 @@ process_response(struct module_qstate* qstate, struct iter_qstate* iq, /* like packet got dropped */ goto handle_it; } - if(!inplace_cb_edns_back_parsed_call(qstate->env, qstate)) { - log_err("unable to call edns_back_parsed callback"); - goto handle_it; - } + } + if(!inplace_cb_edns_back_parsed_call(qstate->env, qstate)) { + log_err("unable to call edns_back_parsed callback"); + goto handle_it; } /* remove CD-bit, we asked for in case we handle validation ourself */ |