mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
The `send_done()` callback needs to access query's `link.next` pointer when running in `+nssearch` mode, even if the query is already canceled or serviced, which can happen when `recv_done()` happens to be called earlier than `send_done()`. Keep the next query's pointer before unlinking the query from the lookup's queries list in `clear_query()` so that `send_done()` can use it even if the query is cleared. |
||
|---|---|---|
| .. | ||
| include | ||
| win32 | ||
| .gitignore | ||
| dig.c | ||
| dig.rst | ||
| dighost.c | ||
| host.c | ||
| host.rst | ||
| Makefile.in | ||
| nslookup.c | ||
| nslookup.rst | ||