Commit cf696ce4 authored by Max Kellermann's avatar Max Kellermann

input/cdio_paranoia: add module name

Seems like we forgot to give this module a name... this can crash MPD on startup.
parent 1a2ea4c0
...@@ -379,6 +379,7 @@ input_cdio_eof(struct input_stream *is) ...@@ -379,6 +379,7 @@ input_cdio_eof(struct input_stream *is)
} }
const struct input_plugin input_plugin_cdio_paranoia = { const struct input_plugin input_plugin_cdio_paranoia = {
.name = "cdio_paranoia",
.open = input_cdio_open, .open = input_cdio_open,
.close = input_cdio_close, .close = input_cdio_close,
.seek = input_cdio_seek, .seek = input_cdio_seek,
......
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