Fix: filter: check binary op nesting
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Jan 2014 21:24:53 +0000 (21:24 +0000)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 7 Jan 2014 21:33:59 +0000 (16:33 -0500)
commit78ee086ba7ef13de1295950ecf7d8a3189b21263
tree5bf61ec38785dfc3ee9b881d4076cba470131937
parent255d7d27a67f1100d7583617945d558b14b01e85
Fix: filter: check binary op nesting

Should pass nesting + 1 as parameter rather than nesting++. Worked in
when nesting was in one direction (due to side-effect of the first ++),
but not the other.

Fixes #688

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/lib/lttng-ctl/filter/filter-visitor-ir-check-binary-op-nesting.c
This page took 0.032069 seconds and 4 git commands to generate.