mirror of
https://github.com/schoebel/mars
synced 2024-12-22 14:42:58 +00:00
marsadm: fix activate_guest
This commit is contained in:
parent
8172f922e7
commit
c75c14ec90
@ -2881,7 +2881,7 @@ sub activate_guest {
|
|||||||
_create_delete($guest_path);
|
_create_delete($guest_path);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_activate_resource($cmd, $res);
|
_activate_resource($cmd, $res, $peer);
|
||||||
ldie "Could not get resource name '$res'\n" unless -d $resdir;
|
ldie "Could not get resource name '$res'\n" unless -d $resdir;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user