Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3724 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
karlchenofhell committed May 14, 2007
1 parent b28e5d0 commit 03c6551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/de/anomic/net/ftpc.java
Expand Up @@ -125,10 +125,10 @@ public 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;
Expand Down

0 comments on commit 03c6551

Please sign in to comment.