mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-29 20:18:39 +00:00
mon_cmd: add explicit return
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
82b25dbc0c
commit
ae1f94e158
@ -45,7 +45,8 @@ sub mon_cmd {
|
||||
my ($vmid, $execute, %params) = @_;
|
||||
|
||||
my $cmd = { execute => $execute, arguments => \%params };
|
||||
qmp_cmd($vmid, $cmd);
|
||||
|
||||
return qmp_cmd($vmid, $cmd);
|
||||
}
|
||||
|
||||
sub hmp_cmd {
|
||||
|
Loading…
Reference in New Issue
Block a user