From 106ee474a907e51ea501826ca130bd6f7d544990 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 11 Jan 2001 21:16:32 +0000 Subject: [PATCH] A label immediately preceding a close brace is illegal. --- lib/dns/master.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index 17a1831ab5..a623da424f 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.95 2001/01/09 21:51:01 bwelling Exp $ */ +/* $Id: master.c,v 1.96 2001/01/11 21:16:32 bwelling Exp $ */ #include @@ -1470,6 +1470,7 @@ load(dns_loadctx_t **ctxp) { if ((target.length - target.used) < MINTSIZ) COMMITALL; next_line: + ; } while (!done && (ctx->loop_cnt == 0 || loop_cnt++ < ctx->loop_cnt)); /*