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:
Edison Su 2013-03-04 14:11:09 -08:00
parent d922f6fd4b
commit 8ae8001933
1 changed files with 2 additions and 2 deletions

View File

@ -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;