From pspacek@redhat.com Wed Feb 17 13:54:09 2016 X-Scanned-BY: MIMEDefang 2.68 on 10.5.11.22 MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 X-RT-Interface: API References: <568E4DD6.8080106@redhat.com> Message-ID: <56C47B7B.5040003@redhat.com> content-type: text/plain; charset="utf-8" Organization: Red Hat X-RT-Original-Encoding: utf-8 Received: from mx.ams1.isc.org (mx.ams1.isc.org [IPv6:2001:500:60::65]) by bugs.isc.org (Postfix) with ESMTP id BF80871B5A8 for ; Wed, 17 Feb 2016 13:54:09 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx.ams1.isc.org (Postfix) with ESMTPS id 6871C1FCAC3 for ; Wed, 17 Feb 2016 13:54:07 +0000 (UTC) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 3DA3A8E71F for ; Wed, 17 Feb 2016 13:54:06 +0000 (UTC) Received: from pspacek.brq.redhat.com (ovpn-204-69.brq.redhat.com [10.40.204.69]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1HDs3kO012848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 17 Feb 2016 08:54:05 -0500 Delivered-To: bind9-review@bugs.isc.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 Subject: Re: [ISC-Bugs #41441] auto-disable empty zones if forward 'first' is configured Return-Path: X-Original-To: bind9-review@bugs.isc.org Date: Wed, 17 Feb 2016 14:54:03 +0100 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.ams1.isc.org To: bind9-review@isc.org Content-Transfer-Encoding: 7bit From: "Petr Spacek" RT-Message-ID: Content-Length: 388 On 17.2.2016 06:08, Mark Andrews via RT wrote: > This is the way to check this. I've just coded this and submitted it for review with > supporting changes. > > @@ -1969,6 +1975,32 @@ check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t Oh, now it is clear. I did not realize that there is check_zoneconf() in lib/bind9/check.c. Thank you very much! -- Petr Spacek @ Red Hat