Commit 26bdb724 authored by Max Kellermann's avatar Max Kellermann

input/Init: set input_plugins_enabled

Got lost in commit 6ed77f2a
parent 90c8a1b1
......@@ -56,6 +56,7 @@ input_stream_global_init()
try {
if (plugin->init != nullptr)
plugin->init(*block);
input_plugins_enabled[i] = true;
} catch (const PluginUnavailable &e) {
FormatError(e,
"Input plugin '%s' is unavailable",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment