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

Add extra / to VM system dir, just to be sure

(cherry picked from commit ba5912b3157d5eb31acdcf129d9eb3fc682d9266)
This commit is contained in:
Carlos Martín 2013-07-23 12:46:20 +02:00
parent aafcb637b4
commit e9cdb0547e

View File

@ -3309,7 +3309,7 @@ string VirtualMachine::get_system_dir() const
{
ostringstream oss;
oss << history->ds_location << history->ds_id << "/"<< oid;
oss << history->ds_location << "/" << history->ds_id << "/"<< oid;
return oss.str();
};