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:34:18 +0000 (16:34 -0500)
commit29190311dc1cc94817863fab99efe74eefbb780b
tree964713542c9899ad4a22f48f33ec6a3ea83608da
parent8d5c808ee207d6da2e82f225ee014faa8eee0f87
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.024907 seconds and 4 git commands to generate.