mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
silence compiler warnings
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: nsec3.c,v 1.2 2008/09/24 02:46:22 marka Exp $ */
|
/* $Id: nsec3.c,v 1.3 2008/09/24 16:33:27 each Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -541,7 +541,7 @@ dns_nsec3_addnsec3(dns_db_t *db, dns_dbversion_t *version,
|
|||||||
unsigned char nsec3buf[DNS_NSEC3_BUFFERSIZE];
|
unsigned char nsec3buf[DNS_NSEC3_BUFFERSIZE];
|
||||||
unsigned int iterations;
|
unsigned int iterations;
|
||||||
unsigned int labels;
|
unsigned int labels;
|
||||||
unsigned int next_length;
|
size_t next_length;
|
||||||
unsigned int old_length;
|
unsigned int old_length;
|
||||||
unsigned int salt_length;
|
unsigned int salt_length;
|
||||||
|
|
||||||
@@ -967,7 +967,7 @@ dns_nsec3_delnsec3(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name,
|
|||||||
unsigned char nsec3buf[DNS_NSEC3_BUFFERSIZE];
|
unsigned char nsec3buf[DNS_NSEC3_BUFFERSIZE];
|
||||||
unsigned int iterations;
|
unsigned int iterations;
|
||||||
unsigned int labels;
|
unsigned int labels;
|
||||||
unsigned int next_length;
|
size_t next_length;
|
||||||
unsigned int salt_length;
|
unsigned int salt_length;
|
||||||
|
|
||||||
dns_fixedname_init(&fixed);
|
dns_fixedname_init(&fixed);
|
||||||
|
Reference in New Issue
Block a user