]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/Plugin.pm
Fix #2737: Can't call method "mode"
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 13 May 2020 15:18:47 +0000 (17:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 May 2020 16:12:01 +0000 (18:12 +0200)
commit3d10acf89ee32b7ee2474e10cd0d037b18c1981a
treeda05cf361517892f7fdc0cd121d58c1f740ae277
parent3b74de921efef5648629298b1b79691225ac4fe7
Fix #2737: Can't call method "mode"

on an undefined value at /usr/share/perl5/PVE/Storage/Plugin.pm line 928

This error message crops up when a file is deleted after getting the
file list and before the loop passed the file entry.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
PVE/Storage/Plugin.pm