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

B #3017: Init map if the app must be deleted (#3028)

This commit is contained in:
Alejandro Huertas Herrero 2019-03-05 09:52:51 +01:00 committed by Ruben S. Montero
parent 069b325345
commit 00f6740f42

View File

@ -318,6 +318,8 @@ bool MarketPlaceAppPool::test_map_check(int app_id)
if ( it == map_check.end() )
{
map_check.insert(make_pair(app_id, 1));
return false;
}