]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
iterator: fix handling of ANY queries and != IN classes. docs-develop-fix-gakq6a/deployments/4846
authormenakite <29005531+menakite@users.noreply.github.com>
Sun, 11 Aug 2024 02:07:32 +0000 (04:07 +0200)
committermenakite <29005531+menakite@users.noreply.github.com>
Sun, 11 Aug 2024 02:07:32 +0000 (04:07 +0200)
commit07c1353d0b60cf40c10cbb939b8767a03b24aa0c
treea2acfe50fbda41f32e0348e949784d91f8ec7de3
parent4a7df01fe265b2c6a88441ea537bbeb9c9db21f8
iterator: fix handling of ANY queries and != IN classes.

It was supposed to answer NOTIMP, but was returning FAIL instead of
DONE and so the answer was SERVFAIL.

Also added EDE code "Not Supported" for clarity.
lib/layer/iterate.c