From ae7aa09d60e93e081685681b9b8ec393b3e27d62 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 7 Aug 2018 11:31:20 +0200 Subject: [PATCH] pveam update: add empty properties definition To avoid warnings about undef value in RESTHandler. --- PVE/CLI/pveam.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/CLI/pveam.pm b/PVE/CLI/pveam.pm index 10511f24..18f8d94e 100644 --- a/PVE/CLI/pveam.pm +++ b/PVE/CLI/pveam.pm @@ -36,6 +36,7 @@ __PACKAGE__->register_method ({ description => "Update Container Template Database.", parameters => { additionalProperties => 0, + properties => {}, }, returns => { type => 'null'}, code => sub {