mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
configure_view() failed to set result to ISC_R_SUCCESS
on successful completion
This commit is contained in:
@@ -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)
|
if (result != ISC_R_SUCCESS)
|
||||||
view->provideixfr = ISC_TRUE;
|
view->provideixfr = ISC_TRUE;
|
||||||
|
|
||||||
|
result = ISC_R_SUCCESS;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
RWUNLOCK(&view->conflock, isc_rwlocktype_write);
|
RWUNLOCK(&view->conflock, isc_rwlocktype_write);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user