]> git.proxmox.com Git - pve-esxi-import-tools.git/commit
catch NotFound in handle_lookup explicitly
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Apr 2024 07:48:48 +0000 (09:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Apr 2024 15:28:03 +0000 (17:28 +0200)
commit6820bc1ff5b4017fef2dec9cf14a6c6a2348d530
treeda3b611ced3640eb5b600dd6bd7de40dea152144
parent722d868225f7b8c2b1461ec8a46fc339108d1c0c
catch NotFound in handle_lookup explicitly

this is currently not produced, but better safe than sorry, since we
do have NotFound as well as Errno(ENOENT) meaning the same thing

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