mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
853. [bug] configure_view_acl() failed to detach existing acls.
[RT #1374]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
853. [bug] configure_view_acl() failed to detach existing acls.
|
||||||
|
[RT #1374]
|
||||||
|
|
||||||
852. [bug] Handle responses from servers which do not know
|
852. [bug] Handle responses from servers which do not know
|
||||||
about IXFR.
|
about IXFR.
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.328 2001/05/31 01:21:07 bwelling Exp $ */
|
/* $Id: server.c,v 1.329 2001/06/04 14:08:34 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -138,6 +138,8 @@ configure_view_acl(cfg_obj_t *vconfig, cfg_obj_t *config,
|
|||||||
cfg_obj_t *aclobj = NULL;
|
cfg_obj_t *aclobj = NULL;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
if (*aclp != NULL)
|
||||||
|
dns_acl_detach(aclp);
|
||||||
if (vconfig != NULL)
|
if (vconfig != NULL)
|
||||||
maps[i++] = cfg_tuple_get(vconfig, "options");
|
maps[i++] = cfg_tuple_get(vconfig, "options");
|
||||||
if (config != NULL) {
|
if (config != NULL) {
|
||||||
|
Reference in New Issue
Block a user