don't initialize the same variable twice.

This commit is contained in:
christos 2008-06-23 17:54:01 +00:00
parent 132c411a9a
commit 362bb1e6c4
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: query.c,v 1.6 2008/06/21 18:59:24 christos Exp $ */ /* $NetBSD: query.c,v 1.7 2008/06/23 17:54:01 christos Exp $ */
/* /*
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
@ -3383,7 +3383,6 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
zone = NULL; zone = NULL;
need_wildcardproof = ISC_FALSE; need_wildcardproof = ISC_FALSE;
empty_wild = ISC_FALSE; empty_wild = ISC_FALSE;
is_zone = ISC_FALSE;
options = 0; options = 0;
resuming = ISC_FALSE; resuming = ISC_FALSE;
is_zone = ISC_FALSE; is_zone = ISC_FALSE;