mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 23:57:30 -04:00
added a comment
This commit is contained in:
parent
c94f485c4b
commit
3ce4b8b03e
1 changed files with 9 additions and 0 deletions
|
|
@ -664,6 +664,15 @@ get_key(dns_validator_t *val, dns_siginfo_t *siginfo) {
|
|||
return (result);
|
||||
}
|
||||
|
||||
/*
|
||||
* Attempts positive response validation.
|
||||
*
|
||||
* Returns:
|
||||
* ISC_R_SUCCESS Validation completed successfully
|
||||
* DNS_R_WAIT Validation has started but is waiting
|
||||
* for an event.
|
||||
* Other return codes are possible and all indicate failure.
|
||||
*/
|
||||
static inline isc_result_t
|
||||
validate(dns_validator_t *val, isc_boolean_t resume) {
|
||||
isc_result_t result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue