mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove test code that was erroneously left in
This commit is contained in:
parent
84d821c521
commit
cd1d7a62de
1 changed files with 0 additions and 1 deletions
|
|
@ -838,7 +838,6 @@ query_find(ns_client_t *client) {
|
|||
fname = query_newname(client, dbuf, &b);
|
||||
if (fname == NULL)
|
||||
goto cleanup;
|
||||
fname->buffer->length = 20;
|
||||
result = dns_name_concatenate(prefix, tname, fname, NULL);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
if (result == ISC_R_NOSPACE) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue