mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
uninitialized variable
This commit is contained in:
parent
ac83c71498
commit
e112f5a7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1643,7 +1643,7 @@ update_signatures(isc_mem_t *mctx, dns_db_t *db, dns_dbversion_t *oldver,
|
|||
|
||||
static dns_result_t
|
||||
send_update_event(ns_client_t *client, dns_zone_t *zone) {
|
||||
dns_result_t result;
|
||||
dns_result_t result = DNS_R_SUCCESS;
|
||||
update_event_t *event = NULL;
|
||||
event = (update_event_t *)
|
||||
isc_event_allocate(client->mctx, client, DNS_EVENT_UPDATE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue