mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 10:32:50 +00:00
ceph/api: cleanup comment on extra line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6a38955e18
commit
ae253364d5
@ -96,8 +96,7 @@ __PACKAGE__->register_method ({
|
|||||||
my $servicename = $service->{name} // $service->{id};
|
my $servicename = $service->{name} // $service->{id};
|
||||||
my $id = "$servicename\@$hostname";
|
my $id = "$servicename\@$hostname";
|
||||||
|
|
||||||
if ($data->{$id}) {
|
if ($data->{$id}) { # copy values over to the metadata hash
|
||||||
# copy values over to the metadata hash
|
|
||||||
for my $k (keys %{$data->{$id}}) {
|
for my $k (keys %{$data->{$id}}) {
|
||||||
$service->{$k} = $data->{$id}->{$k};
|
$service->{$k} = $data->{$id}->{$k};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user