diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-24 11:41:52 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-24 11:41:52 +0100 |
commit | 0dffe05bf7849b440695e2e92e4fb26b5bc32469 (patch) | |
tree | b511d4d86b71c8edfb0aead695a53d362f28d788 /src/input | |
parent | 9ef1f10319257bfc725097cfc92a6b0db0578830 (diff) |
input/curl: remove unnecessary InvalidateSockets() call
Like fe598e7d30d82794560df053623a16fee8d3fb9c
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/plugins/CurlInputPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx index b16f1eb84..71161c770 100644 --- a/src/input/plugins/CurlInputPlugin.cxx +++ b/src/input/plugins/CurlInputPlugin.cxx @@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept { BlockingCall(GetEventLoop(), [this](){ FreeEasy(); - (*curl_init)->InvalidateSockets(); }); } |