mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
removed #if 0'ed-out code
This commit is contained in:
parent
d8a690f3a8
commit
3a1ad1b045
1 changed files with 1 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* 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>
|
||||
|
||||
|
|
@ -495,9 +495,6 @@ query_getzonedb(ns_client_t *client, dns_name_t *name, unsigned int options,
|
|||
if (client->query.authdb != NULL) {
|
||||
if (db != client->query.authdb)
|
||||
goto refuse;
|
||||
#if 0
|
||||
dns_db_attach(client->query.authdb, &db);
|
||||
#endif
|
||||
} else {
|
||||
dns_db_attach(db, &client->query.authdb);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue