diff options
Diffstat (limited to '')
-rw-r--r-- | src/input/plugins/SmbclientInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/plugins/SmbclientInputPlugin.cxx b/src/input/plugins/SmbclientInputPlugin.cxx index 01ee2616a..aa1ba0381 100644 --- a/src/input/plugins/SmbclientInputPlugin.cxx +++ b/src/input/plugins/SmbclientInputPlugin.cxx @@ -36,7 +36,7 @@ public: SmbclientInputStream(const char *_uri, Mutex &_mutex, Cond &_cond, SMBCCTX *_ctx, int _fd, const struct stat &st) - :InputStream(input_plugin_smbclient, _uri, _mutex, _cond), + :InputStream(_uri, _mutex, _cond), ctx(_ctx), fd(_fd) { seekable = true; size = st.st_size; |