Don't call configSSL() in SecStorageSetupCommand

just for test
This commit is contained in:
frank 2012-04-24 21:34:15 -07:00
parent 71ee805f7d
commit 7f2f350acd

View File

@ -605,7 +605,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) {