Fix: lib: pass correct argument to BT_ASSERT_PRE_PLUGIN_SET_OUT_NON_NULL
[babeltrace.git] / src / lib / plugin / plugin.c
index 3287f662eb0caec05814c2c3b9646c92b7d0bc57..6740017742af9dbe7908f0a8c788993b457d18c3 100644 (file)
@@ -190,7 +190,7 @@ enum bt_plugin_find_all_from_file_status bt_plugin_find_all_from_file(
 
        BT_ASSERT_PRE_NO_ERROR();
        BT_ASSERT_PRE_NON_NULL("path", path, "Path");
-       BT_ASSERT_PRE_PLUGIN_SET_OUT_NON_NULL(path);
+       BT_ASSERT_PRE_PLUGIN_SET_OUT_NON_NULL(plugin_set_out);
        BT_LOGI("Creating plugins from file: path=\"%s\"", path);
 
        /* Try shared object plugins */
This page took 0.023726 seconds and 4 git commands to generate.