diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2016-08-31 07:31:21 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2016-08-31 07:31:21 +0000 |
commit | 866be3316a80e2e2b9d2760399423d457227312c (patch) | |
tree | 9fbec078c3279dd957706999c843990538c73c52 /usr.sbin/nsd/namedb.h | |
parent | 78573f5c573f70e6432b9eb8014b673dbd3d9f43 (diff) |
update to 4.1.11
"Working fine here." millert@
OK dlg, sthen
Diffstat (limited to 'usr.sbin/nsd/namedb.h')
-rw-r--r-- | usr.sbin/nsd/namedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/namedb.h b/usr.sbin/nsd/namedb.h index ca46477ae20..e5cf36c0159 100644 --- a/usr.sbin/nsd/namedb.h +++ b/usr.sbin/nsd/namedb.h @@ -232,7 +232,7 @@ rrset_type* domain_find_rrset(domain_type* domain, zone_type* zone, uint16_t typ rrset_type* domain_find_any_rrset(domain_type* domain, zone_type* zone); zone_type* domain_find_zone(namedb_type* db, domain_type* domain); -zone_type* domain_find_parent_zone(zone_type* zone); +zone_type* domain_find_parent_zone(namedb_type* db, zone_type* zone); domain_type* domain_find_ns_rrsets(domain_type* domain, zone_type* zone, rrset_type **ns); /* find DNAME rrset in domain->parent or higher and return that domain */ |