mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 08:58:41 -04:00
update unbound from upstream
This commit is contained in:
parent
9f74cc8e19
commit
831933425b
72 changed files with 1261 additions and 2655 deletions
2
external/unbound/daemon/worker.c
vendored
2
external/unbound/daemon/worker.c
vendored
|
@ -935,7 +935,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
|||
&repinfo->addr, repinfo->addrlen);
|
||||
goto send_reply;
|
||||
}
|
||||
h = query_info_hash(&qinfo);
|
||||
h = query_info_hash(&qinfo, sldns_buffer_read_u16_at(c->buffer, 2));
|
||||
if((e=slabhash_lookup(worker->env.msg_cache, h, &qinfo, 0))) {
|
||||
/* answer from cache - we have acquired a readlock on it */
|
||||
if(answer_from_cache(worker, &qinfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue