From fa71f023a9e71d86760a807bcc3b7b3ffa075b64 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 1 Mar 2015 21:34:26 +0000 Subject: [PATCH] Port fix from libucl. --- contrib/libucl/ucl_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/libucl/ucl_parser.c b/contrib/libucl/ucl_parser.c index 704eea189..75acba8ec 100644 --- a/contrib/libucl/ucl_parser.c +++ b/contrib/libucl/ucl_parser.c @@ -1016,6 +1016,7 @@ ucl_parse_key (struct ucl_parser *parser, struct ucl_chunk *chunk, bool *next_ke ucl_chunk_skipc (chunk, p); parser->prev_state = parser->state; parser->state = UCL_STATE_MACRO_NAME; + *end_of_object = false; return true; } while (p < chunk->end) { -- 2.39.5