pxar: don't skip list+found by default

This used to be default-off and was accidentally set to
on-by-default with the pxar crate update.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-06-10 08:53:09 +02:00
parent 3014088684
commit fc6047fcb1
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ fn create_archive(
pattern_list,
feature_flags,
device_set,
true,
false,
|path| {
if verbose {
println!("{:?}", path);