karlchenofhell 18 years ago
parent b28e5d0ee9
commit 03c6551b0c

@ -125,10 +125,10 @@ public class ftpc {
public ftpc(java.io.InputStream ins, java.io.PrintStream outs, java.io.PrintStream errs) { public ftpc(java.io.InputStream ins, java.io.PrintStream outs, java.io.PrintStream errs) {
try { //try {
System.setSecurityManager(new sm()); //System.setSecurityManager(new sm());
} catch (java.security.AccessControlException e) { //} catch (java.security.AccessControlException e) {
} //}
this.in = ins; this.in = ins;
this.out = outs; this.out = outs;

Loading…
Cancel
Save