Filter: implement dynamic typing for load object
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Sep 2017 20:24:02 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 6 Jun 2018 20:40:15 +0000 (16:40 -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.025392 seconds and 5 git commands to generate.