Author: nextgens
Date: 2007-03-27 21:28:41 +0000 (Tue, 27 Mar 2007)
New Revision: 12391
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
small fixed to JSTUN
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2007-03-27 21:21:58 UTC (rev 12390)
+++ trunk/plugins/JSTUN/JSTUN.java 2007-03-27 21:28:41 UTC (rev 12391)
@@ -60,7 +60,7 @@
// larry.gloo.net:3478
// stun.xten.net:3478
reportedData = test.test();
- if(((reportedData.isBlockedUDP() ||
reportedData.isSymmetricCone() || reportedData.isSymmetricUDPFirewall()) &&
!v.isEmpty())) {
+ if(((reportedData.isBlockedUDP() ||
reportedData.isError()) && !v.isEmpty())) {
Logger.error(this, "Server
unreachable?: "+stunServer);
continue;
}