[pve-devel] applied: [PATCH container] PVE::API2::LXC: import raise_perm_exc
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 10 10:36:48 CEST 2018
On 7/6/18 5:00 PM, Stoiko Ivanov wrote:
> A bug in the frontend exposed the missing import
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> src/PVE/API2/LXC.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
> index 9f94bf3..55e6310 100644
> --- a/src/PVE/API2/LXC.pm
> +++ b/src/PVE/API2/LXC.pm
> @@ -5,7 +5,7 @@ use warnings;
>
> use PVE::SafeSyslog;
> use PVE::Tools qw(extract_param run_command);
> -use PVE::Exception qw(raise raise_param_exc);
> +use PVE::Exception qw(raise raise_param_exc raise_perm_exc);
> use PVE::INotify;
> use PVE::Cluster qw(cfs_read_file);
> use PVE::AccessControl;
>
applied
More information about the pve-devel
mailing list