mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-16 16:39:58 +00:00
RESTEnvironment: let check_worker take a $self
This commit is contained in:
parent
7788d7e523
commit
a313fe7335
@ -358,7 +358,7 @@ my $kill_process_group = sub {
|
||||
};
|
||||
|
||||
sub check_worker {
|
||||
my ($upid, $killit) = @_;
|
||||
my ($self, $upid, $killit) = @_;
|
||||
|
||||
my $task = PVE::Tools::upid_decode($upid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user