mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-29 09:49:28 +03:00
Bug in Vm Hooks
git-svn-id: http://svn.opennebula.org/one/trunk@460 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
@ -150,7 +150,7 @@ class VirtualMachineStateMapHook : public Hook
|
||||
public:
|
||||
// -------------------------------------------------------------------------
|
||||
// -------------------------------------------------------------------------
|
||||
VirtualMachineStateMapHook():Hook(name, cmd, args, Hook::UPDATE, remote){};
|
||||
VirtualMachineStateMapHook():Hook("","","", Hook::UPDATE,false){};
|
||||
|
||||
~VirtualMachineStateMapHook(){};
|
||||
|
||||
|
Reference in New Issue
Block a user