]> git.proxmox.com Git - proxmox-backup.git/commit
pass params by ref to recurse_files
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Oct 2020 08:47:41 +0000 (10:47 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Oct 2020 08:50:25 +0000 (10:50 +0200)
commit53a561a222f342ee36714af95d11ac5d304f46e9
tree24b787a508f8558597f71ca418a24c7e1601ff71
parente832860a3cd491ae3a71e88a3e9bbb80c16a4c67
pass params by ref to recurse_files

gets rid of the return value and moving around of the zip
and decoder data
avoids cloning the path prefix on every recursion

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/api2/admin/datastore.rs