- Fix to remove unused code from rpz resolve client and action

function.
This commit is contained in:
W.C.A. Wijngaards 2021-11-05 12:13:38 +01:00
parent 0006c08f15
commit 738c7db9ab
2 changed files with 2 additions and 5 deletions

View file

@ -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.

View file

@ -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);