mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
(void) , not ()
This commit is contained in:
parent
71c68c49db
commit
aeab541554
@ -17,7 +17,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dnssec-signzone.c,v 1.116 2000/12/07 21:49:11 bwelling Exp $ */
|
/* $Id: dnssec-signzone.c,v 1.117 2000/12/07 23:00:59 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -1069,7 +1069,7 @@ cleannode(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node) {
|
|||||||
* Set up the iterator and global state before starting the tasks.
|
* Set up the iterator and global state before starting the tasks.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
presign() {
|
presign(void) {
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
|
|
||||||
gdbiter = NULL;
|
gdbiter = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user