mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:59:59 -04:00
avoid resolver problems
This commit is contained in:
parent
95ffe09c95
commit
23914a131b
1 changed files with 4 additions and 0 deletions
|
|
@ -178,8 +178,12 @@ dns_view_createresolver(dns_view_t *view, isc_taskmgr_t *taskmgr,
|
|||
REQUIRE(!view->frozen);
|
||||
REQUIRE(view->resolver == NULL);
|
||||
|
||||
#ifdef notyet
|
||||
return (dns_resolver_create(view, taskmgr, ntasks, timermgr, dispatch,
|
||||
&view->resolver));
|
||||
#else
|
||||
return (DNS_R_NOTIMPLEMENTED);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue