diff --git a/Limelight/Network/DiscoveryManager.m b/Limelight/Network/DiscoveryManager.m index 51d8d5f..4f45d36 100644 --- a/Limelight/Network/DiscoveryManager.m +++ b/Limelight/Network/DiscoveryManager.m @@ -141,16 +141,6 @@ return NO; } else { - // If we were added without an explicit address, - // populate it from our other available addresses - if (host.address == nil) { - if (host.externalAddress != nil) { - host.address = host.externalAddress; - } - else { - host.address = host.localAddress; - } - } [_hostQueue addObject:host]; if (shouldDiscover) { [_opQueue addOperation:[self createWorkerForHost:host]];