mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-18 06:03:59 +03:00
Christian Ebner
5e8d600c71
src/pxar/decoder.rs: fix issue with restore
`Decoder::restore()` calls the `SequentialDecoder::restore()` which expects to encounter a `PxarEntry` at first. But the start of `DirectoryEntry` points to the filename (except for the root dir), so skip over it. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Description
No description provided
Languages
Rust
87.5%
JavaScript
11.8%
Makefile
0.3%
Handlebars
0.2%
CSS
0.2%