mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Improved comment
This commit is contained in:
parent
b89d0d1cce
commit
71e0ddc94a
1 changed files with 3 additions and 3 deletions
|
|
@ -620,9 +620,9 @@ struct module_qstate {
|
|||
* validation itself */
|
||||
int is_valrec;
|
||||
#ifdef CLIENT_SUBNET
|
||||
/** client network address is needed for the client-subnet option
|
||||
* when probing, but we want use reply_list in mesh_info, because
|
||||
* we don't want to send a reply. */
|
||||
/** the client network address is needed for the client-subnet option
|
||||
* when prefetching, but we can't use reply_list in mesh_info, because
|
||||
* we don't want to send a reply for the internal query. */
|
||||
struct sockaddr_storage client_addr;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue