From 34d2bdadb4dde848ecc6faa9a100a9416062ce74 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Mon, 16 Oct 2000 22:26:25 +0000 Subject: [PATCH] Oops on the last commit. Editor wasn't saved when I did the commit, and the cvs diff output was very close to the correct one, so I didn't notice the problem. --- lib/dns/zone.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 084a4fd03a..481774124b 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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 @@ -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, ¬ify->mctx); -#ifndef NOMINUM_PUBLIC notify->flags = flags; -#endif /* NOMINUM_PUBLIC */ notify->zone = NULL; notify->find = NULL; notify->request = NULL;