Don't call configSSL() in SecStorageSetupCommand

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

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) {