mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
parent
e93e971fea
commit
375df38a4a
1 changed files with 2 additions and 1 deletions
|
|
@ -285,10 +285,11 @@ dns_zt_asyncload2(dns_zt_t *zt, dns_zt_allloaded_t alldone, void *arg,
|
|||
{
|
||||
isc_result_t result;
|
||||
struct zt_load_params params;
|
||||
int pending;
|
||||
|
||||
params.dl = doneloading;
|
||||
params.newonly = newonly;
|
||||
params.zt = zt;
|
||||
int pending;
|
||||
|
||||
REQUIRE(VALID_ZT(zt));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue