Author: toad
Date: 2007-09-05 16:18:22 +0000 (Wed, 05 Sep 2007)
New Revision: 14973

Modified:
   trunk/freenet/src/freenet/support/transport/ip/IPAddressDetector.java
Log:
we don't support pre-1.4 and i doubt this code would work anyway

Modified: trunk/freenet/src/freenet/support/transport/ip/IPAddressDetector.java
===================================================================
--- trunk/freenet/src/freenet/support/transport/ip/IPAddressDetector.java       
2007-09-05 14:54:37 UTC (rev 14972)
+++ trunk/freenet/src/freenet/support/transport/ip/IPAddressDetector.java       
2007-09-05 16:18:22 UTC (rev 14973)
@@ -75,9 +75,6 @@
                Enumeration interfaces = null;
                try {
                        interfaces = 
java.net.NetworkInterface.getNetworkInterfaces();
-               } catch (NoClassDefFoundError e) {
-                       addrs.add(oldDetect());
-                       old = true;
                } catch (SocketException e) {
                        Logger.error(
                                this,


Reply via email to