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

Bug #416: Java OCA VirtualMachine.savedisk fixed thanks to Takeo Ohno.

This commit is contained in:
Carlos Martín 2010-11-30 17:32:45 +01:00
parent 631a4c02f7
commit a0146fccb8

View File

@ -227,7 +227,7 @@ public class VirtualMachine extends PoolElement{
*/
public OneResponse savedisk(int diskId, int imageId)
{
return client.call(SAVEDISK, diskId, imageId);
return client.call(SAVEDISK, id ,diskId, imageId);
}
// =================================