Skip to content
Snippets Groups Projects
Commit 725384ea authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

make findIp4Interface public

parent d2289353
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ public class DisThreadedNetIF
}
/* find proper interface */
private static NetworkInterface findIp4Interface() throws SocketException
public static NetworkInterface findIp4Interface() throws SocketException
{
Enumeration<NetworkInterface> ifaces = NetworkInterface.getNetworkInterfaces();
NetworkInterface nif;
......
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