2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

configure_view() failed to set result to ISC_R_SUCCESS

on successful completion
This commit is contained in:
Andreas Gustafsson
2000-04-07 22:37:42 +00:00
parent 0c637e129e
commit 164f0b0cae

View File

@@ -378,6 +378,8 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
if (result != ISC_R_SUCCESS)
view->provideixfr = ISC_TRUE;
result = ISC_R_SUCCESS;
cleanup:
RWUNLOCK(&view->conflock, isc_rwlocktype_write);