From: Tatuya JINMEI 神明達哉 Date: Fri, 26 Jun 2009 08:03:47 +0000 (+0000) Subject: cleanup: removed redundant initialization [RT #19866] X-Git-Tag: v9.6.1-P1^2^5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81bae808819914db5751f9a2d8373790fcc4eb29;p=thirdparty%2Fbind9.git cleanup: removed redundant initialization [RT #19866] --- diff --git a/bin/named/query.c b/bin/named/query.c index ffd9b3554a7..d52a286c462 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.313.20.7 2009/03/13 01:38:51 marka Exp $ */ +/* $Id: query.c,v 1.313.20.8 2009/06/26 08:03:47 jinmei Exp $ */ /*! \file */ @@ -3600,7 +3600,7 @@ query_findclosestnsec3(dns_name_t *qname, dns_db_t *db, dns_name_t *found) { unsigned char salt[256]; - size_t salt_length = sizeof(salt); + size_t salt_length; isc_uint16_t iterations; isc_result_t result; unsigned int dboptions;