]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cleanup: removed redundant initialization [RT #19866]
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Fri, 26 Jun 2009 08:03:47 +0000 (08:03 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Fri, 26 Jun 2009 08:03:47 +0000 (08:03 +0000)
bin/named/query.c

index ffd9b3554a76c7c86d1f6025e57e4a4e6f4ea6d1..d52a286c462027b096b60bfc9625f88846dfc212 100644 (file)
@@ -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;