mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #200: Removing unnecesary line
This commit is contained in:
parent
42e1994a70
commit
d2dea176cb
@ -120,8 +120,6 @@ int ImagePool::allocate (
|
||||
// Generate path to store the image
|
||||
tmp_hashstream << uid << ":" << name;
|
||||
|
||||
tmp_hashstream.str(sha1_digest(tmp_hashstream.str()));
|
||||
|
||||
tmp_sourcestream << source_prefix << "/";
|
||||
tmp_sourcestream << sha1_digest(tmp_hashstream.str());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user