Author: toad
Date: 2009-01-03 14:55:01 +0000 (Sat, 03 Jan 2009)
New Revision: 24900
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
Check here too
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2009-01-03 14:52:28 UTC (rev 24899)
+++ trunk/plugins/JSTUN/JSTUN.java 2009-01-03 14:55:01 UTC (rev 24900)
@@ -128,6 +128,7 @@
return null;
}
while (ifaces.hasMoreElements()) {
+ if(WrapperManager.hasShutdownHookBeenTriggered())
return null;
NetworkInterface iface = ifaces.nextElement();
Enumeration<InetAddress> iaddresses =
iface.getInetAddresses();
while (iaddresses.hasMoreElements()) {
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs