mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 02:30:44 -04:00
s/,/;/
This commit is contained in:
parent
3b7cb2c5b1
commit
856c77cc40
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue