Fix: filter string wildcard comparison
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Mar 2013 14:50:56 +0000 (10:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Mar 2013 14:51:52 +0000 (10:51 -0400)
commit26d8b2744961312116c4f060e22f5ec1517786f5
tree99e9d93e513007bfe50b383615184ab28c0f967c
parent88b66998c135f5df377a1933f17fa6652c05eeae
Fix: filter string wildcard comparison

wildcards * should match 0 or more characters (not 1 or more).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-filter-interpreter.c
This page took 0.025859 seconds and 4 git commands to generate.