From: Gunnar Beutner Date: Fri, 19 Dec 2014 15:53:44 +0000 (+0100) Subject: Fix debug info for indexer X-Git-Tag: v2.3.0~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c53c7f192fe1940f53188b6e6480443c1997457;p=icinga2 Fix debug info for indexer fixes #8132 --- diff --git a/lib/config/config_parser.yy b/lib/config/config_parser.yy index 2e6c62886..795bee373 100644 --- a/lib/config/config_parser.yy +++ b/lib/config/config_parser.yy @@ -740,7 +740,7 @@ rterm: T_STRING } | rterm '[' rterm ']' { - $$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @3)); + $$ = new IndexerExpression($1, $3, DebugInfoRange(@1, @4)); } | T_IDENTIFIER {