diff --git a/source/de/anomic/net/ftpc.java b/source/de/anomic/net/ftpc.java index 4ecc71423..a8d096fd3 100644 --- a/source/de/anomic/net/ftpc.java +++ b/source/de/anomic/net/ftpc.java @@ -125,10 +125,10 @@ public class ftpc { public ftpc(java.io.InputStream ins, java.io.PrintStream outs, java.io.PrintStream errs) { - try { - System.setSecurityManager(new sm()); - } catch (java.security.AccessControlException e) { - } + //try { + //System.setSecurityManager(new sm()); + //} catch (java.security.AccessControlException e) { + //} this.in = ins; this.out = outs;