Skip to content
Snippets Groups Projects
Commit 7f4e73d3 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

avoid warning

parent d6f6f046
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ public class DisThreadedNetworkInterface
} catch (UnknownHostException ex) {
Logger.getLogger(DisThreadedNetworkInterface.class.getName()).log(Level.SEVERE, null, ex);
}
inetSocket = new InetSocketAddress(inetAddress, getDisPort());
inetSocket = new InetSocketAddress(inetAddress, disPort);
networkInterface = findIpv4Interface();
init();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment