diff --git a/src/core/plugin_manager.c b/src/core/plugin_manager.c index 783586ab6..778819cfa 100644 --- a/src/core/plugin_manager.c +++ b/src/core/plugin_manager.c @@ -284,9 +284,6 @@ UT_array *neu_plugin_manager_get(neu_plugin_manager_t *mgr) utarray_new(plugins, &icd); HASH_ITER(hh, mgr->plugins, el, tmp) { - if (el->single) { - continue; - } neu_resp_plugin_info_t info = { .kind = el->kind, .type = el->type,