summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-24 11:41:52 +0100
committerMax Kellermann <max@musicpd.org>2019-12-24 11:41:52 +0100
commit0dffe05bf7849b440695e2e92e4fb26b5bc32469 (patch)
treeb511d4d86b71c8edfb0aead695a53d362f28d788
parent9ef1f10319257bfc725097cfc92a6b0db0578830 (diff)
input/curl: remove unnecessary InvalidateSockets() call
Like fe598e7d30d82794560df053623a16fee8d3fb9c
-rw-r--r--src/input/plugins/CurlInputPlugin.cxx1
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();
});
}