mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:52:05 -04:00
dns_db_findrdataset() documentation cut-and-paste-o
This commit is contained in:
parent
a8dcebd041
commit
db854ef77b
1 changed files with 1 additions and 3 deletions
|
|
@ -731,9 +731,7 @@ dns_db_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
|
|||
*
|
||||
* The 'now' field is ignored if 'db' is a zone database. If 'db' is a
|
||||
* cache database, an rdataset will not be found unless it expires after
|
||||
* 'now'. Any ANY query will not match unless at least one rdataset at
|
||||
* the node expires after 'now'. If 'now' is zero, then the current time
|
||||
* will be used.
|
||||
* 'now'. If 'now' is zero, then the current time will be used.
|
||||
*
|
||||
* Requires:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue