3.2.30.26

This commit is contained in:
Luke Pulverenti
2017-09-19 16:08:34 -04:00
parent 34b72751e0
commit 467f440501
5 changed files with 5 additions and 10 deletions

View File

@@ -185,11 +185,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
if (_listener != null)
{
foreach (var prefix in _listener.Prefixes.ToList())
{
_listener.Prefixes.Remove(prefix);
}
_listener.Close();
}