Fix: prio context NULL pointer exception
[lttng-modules.git] / src / lttng-events.c
index a0bd232228c8dd6a3120134bce7cd16d2c5db33e..08884410f20971781bc0305d1e63f92a86578620 100644 (file)
@@ -4148,6 +4148,9 @@ static int __init lttng_events_init(void)
        int ret;
 
        ret = wrapper_get_pfnblock_flags_mask_init();
+       if (ret)
+               return ret;
+       ret = wrapper_task_prio_init();
        if (ret)
                return ret;
        ret = lttng_probes_init();
This page took 0.022706 seconds and 4 git commands to generate.