Don't call configSSL() in SecStorageSetupCommand

just for test
This commit is contained in:
frank 2012-04-24 21:34:15 -07:00
parent 289c53535e
commit a23a250f65
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S
String root = _parent + "/" + dir;
mount(root, nfsPath);
configCerts(cmd.getCerts());
//configCerts(cmd.getCerts());
return new SecStorageSetupAnswer(dir);
} catch (Exception e) {