mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
removed #if 0'ed-out code
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: query.c,v 1.130 2000/09/12 19:27:10 explorer Exp $ */
|
/* $Id: query.c,v 1.131 2000/09/13 17:49:00 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -495,9 +495,6 @@ query_getzonedb(ns_client_t *client, dns_name_t *name, unsigned int options,
|
|||||||
if (client->query.authdb != NULL) {
|
if (client->query.authdb != NULL) {
|
||||||
if (db != client->query.authdb)
|
if (db != client->query.authdb)
|
||||||
goto refuse;
|
goto refuse;
|
||||||
#if 0
|
|
||||||
dns_db_attach(client->query.authdb, &db);
|
|
||||||
#endif
|
|
||||||
} else {
|
} else {
|
||||||
dns_db_attach(db, &client->query.authdb);
|
dns_db_attach(db, &client->query.authdb);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user