On 28.08.19 11:22, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.eb...@proxmox.com>
> ---
>  src/PVE/SectionConfig.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm
> index a760459..394aae6 100644
> --- a/src/PVE/SectionConfig.pm
> +++ b/src/PVE/SectionConfig.pm
> @@ -334,7 +334,7 @@ sub parse_config {
>               }
>           }
>  
> -         while ($line = &$nextline()) {
> +         while ($line = $nextline->()) {
>               next if $ignore; # skip
>  
>               $errprefix = "file $filename line $lineno";
> 

applied

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to