Author: toad
Date: 2008-04-14 17:02:56 +0000 (Mon, 14 Apr 2008)
New Revision: 19327

Modified:
   trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
Log:
Doh - false not true

Modified: trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-04-14 
16:00:44 UTC (rev 19326)
+++ trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-04-14 
17:02:56 UTC (rev 19327)
@@ -91,7 +91,7 @@
                }

                public boolean userCanDismiss() {
-                       if(noDismiss) return true;
+                       if(noDismiss) return false;
                        // If no ports need forwarding, make it dismissable 
immediately.
                        if(!suggestPortForward) return true;
                        // Prevent NPE.


Reply via email to