mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
of -> or
This commit is contained in:
parent
2db8db6399
commit
799a39bc80
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: xfrin.h,v 1.23 2006/07/19 00:53:42 marka Exp $ */
|
||||
/* $Id: xfrin.h,v 1.24 2006/07/19 01:04:08 marka Exp $ */
|
||||
|
||||
#ifndef DNS_XFRIN_H
|
||||
#define DNS_XFRIN_H 1
|
||||
|
|
@ -78,7 +78,7 @@ dns_xfrin_create2(dns_zone_t *zone, dns_rdatatype_t xfrtype,
|
|||
*
|
||||
* Requires:
|
||||
*\li 'xfrtype' is dns_rdatatype_axfr, dns_rdatatype_ixfr
|
||||
* of dns_rdatatype_soa (soa query followed by axfr if
|
||||
* or dns_rdatatype_soa (soa query followed by axfr if
|
||||
* serial is greater than current serial).
|
||||
*
|
||||
*\li If 'xfrtype' is dns_rdatatype_ixfr or dns_rdatatype_soa,
|
||||
|
|
|
|||
Loading…
Reference in a new issue