Skip to content
Snippets Groups Projects
Commit e537dae5 authored by terry-norbraten's avatar terry-norbraten
Browse files

[Terry N.] use inetAddress

parent f9f5dbd0
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ public class DisThreadedNetworkInterface
{
Logger.getLogger(DisThreadedNetworkInterface.class.getName()).log(Level.SEVERE, null, ex);
}
inetSocket = new InetSocketAddress(disAddress, disPort); // tests that accessor methods are working as set
inetSocket = new InetSocketAddress(inetAddress, disPort); // tests that accessor methods are working as set
networkInterface = findIpv4Interface();
initializeSocketSenderReceiverThreads();
}
......
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