mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
A label immediately preceding a close brace is illegal.
This commit is contained in:
parent
ddec026ff9
commit
106ee474a9
1 changed files with 2 additions and 1 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue