mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
M #-: fix minor bug in market export action (#316)
This commit is contained in:
parent
07997b66a7
commit
994098a249
@ -401,7 +401,9 @@ module OpenNebula::MarketPlaceAppExt
|
||||
end
|
||||
|
||||
if OpenNebula.is_error?(rc)
|
||||
return rollback_export(exported, xpath != '//DISK')
|
||||
rc_rbck = rollback_export(exported, xpath != '//DISK')
|
||||
|
||||
return rc_rbck if OpenNebula.is_error?(rc_rbck)
|
||||
end
|
||||
|
||||
rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user