Author: toad
Date: 2007-04-25 22:24:45 +0000 (Wed, 25 Apr 2007)
New Revision: 12964
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
fix tyop
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2007-04-25 22:22:54 UTC (rev 12963)
+++ trunk/plugins/JSTUN/JSTUN.java 2007-04-25 22:24:45 UTC (rev 12964)
@@ -66,7 +66,7 @@
continue;
}
Logger.normal(this, "Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely+" remaining "+v.size());
- System.err.println("Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely+" reamining "+v.size());
+ System.err.println("Successful STUN discovery
from "+stunServer+"!:" + reportedData+" likely detections: "+countLikely+"
unlikely detections "+countUnlikely+" remaining "+v.size());
DetectedIP ip = convert(reportedData);
out.add(ip);
if(ip.natType == DetectedIP.NO_UDP ||
ip.natType == DetectedIP.NOT_SUPPORTED || ip.natType ==
DetectedIP.SYMMETRIC_NAT || ip.natType == DetectedIP.SYMMETRIC_UDP_FIREWALL)