Filter: implement dynamic typing for load object filter-array
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Sep 2017 20:24:02 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Sep 2017 20:27:19 +0000 (16:27 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-filter-specialize.c

index 1ade2883005bdc93f4f7b33abeb1bcad4c5a02ee..e269db6a32f9775af8b5e70636c3de1feddc56bc 100644 (file)
@@ -422,7 +422,7 @@ static int specialize_load_object(const struct lttng_event_field *field,
                break;
        case atype_dynamic:
                load->object_type = OBJECT_TYPE_DYNAMIC;
-               return -EINVAL;
+               break;
        case atype_struct:
                ERR("Structure type cannot be loaded.");
                return -EINVAL;
This page took 0.025985 seconds and 5 git commands to generate.