2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

uninitialized variable

This commit is contained in:
Andreas Gustafsson 1999-10-14 02:07:10 +00:00
parent ac83c71498
commit e112f5a7ab

View File

@ -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,