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

index 42d036c0a8eb0f1c270c6ce0eb894d57e073e5a7..d598684a84f8df9f4eb995f46c7d57f2f6c5509b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.324 2009/05/07 09:41:22 fdupont Exp $ */
+/* $Id: query.c,v 1.325 2009/06/26 08:02:57 jinmei Exp $ */
 
 /*! \file */
 
@@ -3616,7 +3616,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;