Author: toad
Date: 2009-02-25 19:35:53 +0000 (Wed, 25 Feb 2009)
New Revision: 25821

Modified:
   trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
Doh, missing file


Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java  2009-02-25 18:52:51 UTC 
(rev 25820)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java  2009-02-25 19:35:53 UTC 
(rev 25821)
@@ -1196,6 +1196,10 @@
                }
                return false;
        }
+       
+       public File[] getAllowedUploadDirs() {
+               return uploadAllowedDirs;
+       }
 
        public SimpleFieldSet persistThrottlesToFieldSet() {
                return requestStarters.persistToFieldSet();

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to