do not call check_lock() for sendkey

This commit is contained in:
Dietmar Maurer 2011-11-25 13:20:58 +01:00
parent ff1a2432c8
commit 15f231e1c7

View File

@ -2644,8 +2644,6 @@ sub vm_sendkey {
my $conf = load_config($vmid);
check_lock($conf) if !$skiplock;
vm_monitor_command($vmid, "sendkey $key");
});
}