aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-23 15:14:11 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-23 15:14:11 -0400
commit9b71812325f03b8147d7ec13511974856f7daa6a (patch)
tree689ba0e9c92d0aa9be103b41db62cae7bb499488 /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
parent141e5b56b0a9c2cdf125314abc68e61dd414bda9 (diff)
update live stream management
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpListenerHost.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
index 1d3d4f1e5..937eb8029 100644
--- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -411,8 +411,6 @@ namespace Emby.Server.Implementations.HttpServer
host = host ?? string.Empty;
- _logger.Debug("Validating host {0}", host);
-
if (_networkManager.IsInPrivateAddressSpace(host))
{
hosts.Add("localhost");