mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:19:59 -04:00
missing initialization
This commit is contained in:
parent
cae053a51f
commit
fd4d722665
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: dnssec.c,v 1.18 2000/02/04 18:19:48 bwelling Exp $
|
||||
* $Id: dnssec.c,v 1.19 2000/02/10 23:00:48 bwelling Exp $
|
||||
* Principal Author: Brian Wellington
|
||||
*/
|
||||
|
||||
|
|
@ -550,7 +550,7 @@ dns_dnssec_findzonekeys(dns_db_t *db, dns_dbversion_t *ver,
|
|||
dns_rdataset_t rdataset;
|
||||
dns_rdata_t rdata;
|
||||
isc_result_t result;
|
||||
dst_key_t *pubkey;
|
||||
dst_key_t *pubkey = NULL;
|
||||
unsigned int count = 0;
|
||||
|
||||
*nkeys = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue