mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +00:00
Clean up unnecessary code.
The jobid is already parsed by the file parser.
This commit is contained in:
parent
f2e9079f0d
commit
0d083f4b27
@ -60,8 +60,6 @@ sub run_single_job {
|
||||
|
||||
die "unable to sync to local node\n" if $jobcfg->{target} eq $local_node;
|
||||
|
||||
$jobcfg->{id} = $jobid;
|
||||
|
||||
my $vmtype = $vms->{ids}->{$vmid}->{type};
|
||||
|
||||
my $guest_class = $lookup_guest_class->($vmtype);
|
||||
|
Loading…
Reference in New Issue
Block a user