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

853. [bug] configure_view_acl() failed to detach existing acls.

[RT #1374]
This commit is contained in:
Mark Andrews
2001-06-04 14:08:34 +00:00
parent deb588e256
commit b5a86fe434
2 changed files with 6 additions and 1 deletions

View File

@@ -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
about IXFR.

View File

@@ -15,7 +15,7 @@
* 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>
@@ -138,6 +138,8 @@ configure_view_acl(cfg_obj_t *vconfig, cfg_obj_t *config,
cfg_obj_t *aclobj = NULL;
int i = 0;
if (*aclp != NULL)
dns_acl_detach(aclp);
if (vconfig != NULL)
maps[i++] = cfg_tuple_get(vconfig, "options");
if (config != NULL) {