From: Michael Sawyer Date: Mon, 16 Oct 2000 22:26:25 +0000 (+0000) Subject: Oops on the last commit. Editor wasn't saved when I did the commit, and X-Git-Tag: v9.0.1^4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d2bdadb4dde848ecc6faa9a100a9416062ce74;p=thirdparty%2Fbind9.git 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. --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 084a4fd03ab..481774124b8 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;