mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-24 07:32:53 -05:00
- Fix to remove unused code from rpz resolve client and action
function.
This commit is contained in:
parent
0006c08f15
commit
738c7db9ab
2 changed files with 2 additions and 5 deletions
|
|
@ -8,6 +8,8 @@
|
|||
zone. It is not relative but a fully qualified domain name.
|
||||
- Fix analyzer review failure in rpz action override code to not
|
||||
crash on unlocking the local zone lock.
|
||||
- Fix to remove unused code from rpz resolve client and action
|
||||
function.
|
||||
|
||||
2 November 2021: Wouter
|
||||
- Fix #552: Unbound assumes index.html exists on RPZ host.
|
||||
|
|
|
|||
|
|
@ -1487,11 +1487,6 @@ rpz_resolve_client_action_and_zone(struct auth_zones* az, struct query_info* qin
|
|||
}
|
||||
if(z || node) {
|
||||
break;
|
||||
} else {
|
||||
if(node != NULL) {
|
||||
lock_rw_unlock(&node->lock);
|
||||
node = NULL;
|
||||
}
|
||||
}
|
||||
/* not found in this auth_zone */
|
||||
lock_rw_unlock(&a->lock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue