From ae9ca91d80b3a78ee5040b8ab55a21837a9097ac Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 3 Feb 2012 13:13:47 +0100 Subject: [PATCH] fix typo --- PVE/API2/Qemu.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index b7ef2190..0aab3006 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -378,7 +378,8 @@ __PACKAGE__->register_method({ $conf->{bootdisk} = $firstdisk; } - PVE::QemuServer::update_conf_nolock($vmid, $conf); + PVE::QemuServer::update_config_nolock($vmid, $conf); + }; my $err = $@;