Re: [pve-devel] [PATCH guest-common] make GuestHelpers a subclass of Exporter

2020-03-12 Thread Thomas Lamprecht
On 3/12/20 10:57 AM, Dominik Csapak wrote: > or else the Exports will not work > > found by hotplugging nics with current master from qemu-server > which resulted in a > 'undefined subroutine &PVE::QemuServer::safe_string_ne' > > Signed-off-by: Dominik Csapak > --- > PVE/GuestHelpers.pm | 2 ++

[pve-devel] [PATCH guest-common] make GuestHelpers a subclass of Exporter

2020-03-12 Thread Dominik Csapak
or else the Exports will not work found by hotplugging nics with current master from qemu-server which resulted in a 'undefined subroutine &PVE::QemuServer::safe_string_ne' Signed-off-by: Dominik Csapak --- PVE/GuestHelpers.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/GuestHelpe