j16sdiz at freenetproject.org schrieb:
> Author: j16sdiz
> Date: 2008-09-18 15:36:04 +0000 (Thu, 18 Sep 2008)
> New Revision: 22685
> 
> Modified:
>    trunk/freenet/src/freenet/pluginmanager/PluginManager.java
> Log:
> fix Plugin->Reload->Remove the plugin from the cache...  for unofficial 
> plugins
> 
> Modified: trunk/freenet/src/freenet/pluginmanager/PluginManager.java
> ===================================================================
> --- trunk/freenet/src/freenet/pluginmanager/PluginManager.java        
> 2008-09-18 15:01:28 UTC (rev 22684)
> +++ trunk/freenet/src/freenet/pluginmanager/PluginManager.java        
> 2008-09-18 15:36:04 UTC (rev 22685)
> @@ -199,7 +199,7 @@
>  
>               File[] roots = File.listRoots();
>               for(File f : roots) {
> -                     if(pluginname.startsWith(f.getName())) {
> +                     if(pluginname.startsWith(f.getPath())) {
>                               startPluginFile(pluginname, store);
>                               return;
>                       }
> 
> _______________________________________________
> cvs mailing list
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> 

This breaks loading plugins after restarting the node for me.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 315 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20080919/9bc7a16e/attachment.pgp>

Reply via email to