]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Oops on the last commit. Editor wasn't saved when I did the commit, and
authorMichael Sawyer <source@isc.org>
Mon, 16 Oct 2000 22:26:25 +0000 (22:26 +0000)
committerMichael Sawyer <source@isc.org>
Mon, 16 Oct 2000 22:26:25 +0000 (22:26 +0000)
the cvs diff output was very close to the correct one, so I didn't
notice the problem.

lib/dns/zone.c

index 084a4fd03ab6d2f42e32b9f209d861371b125351..481774124b8494f2fe0c711694b55c49599bcb2e 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.234 2000/10/16 21:14:29 mws Exp $ */
+/* $Id: zone.c,v 1.235 2000/10/16 22:26:25 mws Exp $ */
 
 #include <config.h>
 
@@ -253,9 +253,7 @@ struct dns_zonemgr {
  */
 struct dns_notify {
        isc_int32_t             magic;
-#ifndef NOMINUM_PUBLIC
        unsigned int            flags;
-#endif /* NOMINUM_PUBLIC */
        isc_mem_t               *mctx;
        dns_zone_t              *zone;
        dns_adbfind_t           *find;
@@ -2104,9 +2102,7 @@ notify_create(isc_mem_t *mctx, unsigned int flags, dns_notify_t **notifyp) {
 
        notify->mctx = NULL;
        isc_mem_attach(mctx, &notify->mctx);
-#ifndef NOMINUM_PUBLIC
        notify->flags = flags;
-#endif /* NOMINUM_PUBLIC */
        notify->zone = NULL;
        notify->find = NULL;
        notify->request = NULL;