From cd1d7a62de8ca0202900f92b867772f9578140bb Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 17 Aug 1999 01:04:01 +0000 Subject: [PATCH] remove test code that was erroneously left in --- bin/named/query.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/named/query.c b/bin/named/query.c index 899f6c7f3f..65c8e30d59 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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) {