Filter: implement dynamic typing for load object
[lttng-ust.git] / 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.023261 seconds and 4 git commands to generate.