mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
[master] incorrect goto label
This commit is contained in:
parent
417218837e
commit
4101e6d31d
@ -1076,7 +1076,7 @@ dns_zone_create(dns_zone_t **zonep, isc_mem_t *mctx) {
|
|||||||
/* Must be after magic is set. */
|
/* Must be after magic is set. */
|
||||||
result = dns_zone_setdbtype(zone, dbargc_default, dbargv_default);
|
result = dns_zone_setdbtype(zone, dbargc_default, dbargv_default);
|
||||||
if (result != ISC_R_SUCCESS) {
|
if (result != ISC_R_SUCCESS) {
|
||||||
goto free_erefs;
|
goto free_stats;
|
||||||
}
|
}
|
||||||
|
|
||||||
ISC_EVENT_INIT(&zone->ctlevent, sizeof(zone->ctlevent), 0, NULL,
|
ISC_EVENT_INIT(&zone->ctlevent, sizeof(zone->ctlevent), 0, NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user