*/
tries = 0;
while (tries < 2) {
- result = dns_name_fromwire(name, source, dctx, false,
+ result = dns_name_fromwire(name, source, dctx, 0,
scratch);
if (result == ISC_R_NOSPACE) {
isc_buffer_setactive(&source, source.used);
dns_name_init(&name, NULL);
- RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, false,
+ RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0,
&target) == ISC_R_SUCCESS);
- RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, false,
+ RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0,
&target) == ISC_R_SUCCESS);
- RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, false,
+ RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0,
&target) == ISC_R_SUCCESS);
- RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, false,
+ RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0,
&target) == ISC_R_SUCCESS);
dns_decompress_invalidate(dctx);