mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] incorrect goto label
This commit is contained in:
parent
417218837e
commit
4101e6d31d
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ dns_zone_create(dns_zone_t **zonep, isc_mem_t *mctx) {
|
|||
/* Must be after magic is set. */
|
||||
result = dns_zone_setdbtype(zone, dbargc_default, dbargv_default);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
goto free_erefs;
|
||||
goto free_stats;
|
||||
}
|
||||
|
||||
ISC_EVENT_INIT(&zone->ctlevent, sizeof(zone->ctlevent), 0, NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue