mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
commentfix.
git-svn-id: file:///svn/unbound/trunk@4170 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
95544096bf
commit
a40e8ae321
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ struct ipsecmod_qstate {
|
||||||
/** If the qname is whitelisted or not. */
|
/** If the qname is whitelisted or not. */
|
||||||
/** NOTE: No whitelist means all qnames are whitelisted. */
|
/** NOTE: No whitelist means all qnames are whitelisted. */
|
||||||
int is_whitelisted;
|
int is_whitelisted;
|
||||||
/** Pointer to IPSECKEY rrset allocated in the above region. NULL if there
|
/** Pointer to IPSECKEY rrset allocated in the qstate region. NULL if there
|
||||||
* was no IPSECKEY reply from the subquery. */
|
* was no IPSECKEY reply from the subquery. */
|
||||||
struct ub_packed_rrset_key* ipseckey_rrset;
|
struct ub_packed_rrset_key* ipseckey_rrset;
|
||||||
/** If the IPSECKEY subquery has finished. */
|
/** If the IPSECKEY subquery has finished. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue