mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-02 15:59:39 -04:00
silence clang warnings
This commit is contained in:
parent
6f46c6e19c
commit
bd3d279093
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.582.8.26 2011/08/09 02:34:24 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.582.8.27 2011/08/30 14:03:31 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -9404,7 +9404,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
|
|||
dns_rdata_t rdata = DNS_RDATA_INIT;
|
||||
dns_rdata_soa_t soa;
|
||||
isc_result_t result;
|
||||
isc_uint32_t serial, oldserial;
|
||||
isc_uint32_t serial, oldserial = 0;
|
||||
unsigned int j;
|
||||
|
||||
zone = revent->ev_arg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue