Rename localIp/remoteIp fields to localAddress/remoteAddress to prepare for DNS names

This commit is contained in:
Cameron Gutman
2017-09-09 12:45:41 -07:00
parent fe71b1be20
commit e7f92d3667
3 changed files with 10 additions and 10 deletions
@@ -223,8 +223,8 @@ public class NvHTTP {
externalIpStr = address.getHostAddress();
}
details.localIp = InetAddress.getByName(localIpStr);
details.remoteIp = InetAddress.getByName(externalIpStr);
details.localAddress = InetAddress.getByName(localIpStr);
details.remoteAddress = InetAddress.getByName(externalIpStr);
try {
details.pairState = Integer.parseInt(getXmlString(serverInfo, "PairStatus")) == 1 ?