X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-filter-interpreter.c;fp=lttng-filter-interpreter.c;h=c7e9f1f1f1777577cc16baf7bda9f9d5ab5f92fa;hb=abfd272b984fd9881984e44d04979e3a093e8a39;hp=8323fbbb2cfe01b6bb63d7d5baae9d734f572757;hpb=4bbec2e15a1483472f034d76d0f2565d9f369400;p=lttng-modules.git diff --git a/lttng-filter-interpreter.c b/lttng-filter-interpreter.c index 8323fbbb..c7e9f1f1 100644 --- a/lttng-filter-interpreter.c +++ b/lttng-filter-interpreter.c @@ -119,21 +119,16 @@ int stack_strcmp(struct estack *stack, int top, const char *cmp_type) } } if (unlikely(char_ax == '\0')) { - if (char_bx == '\0') { - diff = 0; - break; - } else { - if (estack_bx(stack, top)->u.s.literal) { - ret = parse_char(estack_bx(stack, top), - &char_bx, &offset_bx); - if (ret == -1) { - diff = 0; - break; - } + if (estack_bx(stack, top)->u.s.literal) { + ret = parse_char(estack_bx(stack, top), + &char_bx, &offset_bx); + if (ret == -1) { + diff = 0; + break; } - diff = 1; - break; } + diff = 1; + break; } if (estack_bx(stack, top)->u.s.literal) { ret = parse_char(estack_bx(stack, top),