From: Vsevolod Stakhov Date: Sun, 1 Mar 2015 21:34:26 +0000 (+0000) Subject: Port fix from libucl. X-Git-Tag: 0.9.0~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa71f023a9e71d86760a807bcc3b7b3ffa075b64;p=thirdparty%2Frspamd.git Port fix from libucl. --- diff --git a/contrib/libucl/ucl_parser.c b/contrib/libucl/ucl_parser.c index 704eea1895..75acba8ecb 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) {