remove test code that was erroneously left in

This commit is contained in:
Bob Halley 1999-08-17 01:04:01 +00:00
parent 84d821c521
commit cd1d7a62de

View file

@ -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) {