]> git.proxmox.com Git - qemu-server.git/commitdiff
qm importovf: set return type to null
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:44:26 +0000 (13:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:51:53 +0000 (13:51 +0200)
PVE/CLI/qm.pm

index e70c56a46e01744b86d81f4f74b830cdf797460c..806184687d78ded81ee4df04b6b0d5243e5b0e06 100755 (executable)
@@ -541,7 +541,7 @@ __PACKAGE__->register_method ({
            }
        },
     },
-    returns => { type => 'string'},
+    returns => { type => 'null' },
     code => sub {
        my ($param) = @_;