This commit is contained in:
Mark Andrews 2016-10-26 22:38:24 +11:00
parent 3b7cb2c5b1
commit 856c77cc40

View file

@ -1172,7 +1172,7 @@ xfrout_ctx_create(isc_mem_t *mctx, ns_client_t *client, unsigned int id,
xfr->txmem = NULL;
xfr->txmemlen = 0;
xfr->nmsg = 0;
xfr->many_answers = many_answers,
xfr->many_answers = many_answers;
xfr->sends = 0;
xfr->shuttingdown = ISC_FALSE;
xfr->mnemonic = NULL;