1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5559: Fix image encryption on create (#1614)

This commit is contained in:
Pavel Czerný 2021-11-25 10:03:07 +01:00 committed by GitHub
parent a98a188d03
commit 7f2319c67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,6 +223,8 @@ int Image::insert(SqlDB *db, string& error_str)
state = LOCKED; //LOCKED till the ImageManager copies it to the Repository
encrypt();
//--------------------------------------------------------------------------
// Insert the Image
//--------------------------------------------------------------------------