mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1498: even we put the db encryption check at the wrong place, but seems it breaks other people's task, so add it back
This commit is contained in:
parent
d922f6fd4b
commit
8ae8001933
|
|
@ -97,8 +97,8 @@ public class Transaction {
|
|||
/* FIXME: We need a better solution for this
|
||||
* Initialize encryption if we need it for db.properties
|
||||
*/
|
||||
/*EncryptionSecretKeyChecker enc = new EncryptionSecretKeyChecker();
|
||||
enc.check(); */
|
||||
EncryptionSecretKeyChecker enc = new EncryptionSecretKeyChecker();
|
||||
enc.check();
|
||||
}
|
||||
|
||||
private final LinkedList<StackElement> _stack;
|
||||
|
|
|
|||
Loading…
Reference in New Issue