pxar: Adapt SequentialDecoder::restore() calls to pass empty match pattern for full restore
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
d32c2e4d27
commit
fa7e957ca3
@ -739,7 +739,7 @@ fn restore(
|
||||
Ok(())
|
||||
});
|
||||
|
||||
decoder.restore(Path::new(target))?;
|
||||
decoder.restore(Path::new(target), &Vec::new())?;
|
||||
} else {
|
||||
let stdout = std::io::stdout();
|
||||
let mut writer = stdout.lock();
|
||||
|
Reference in New Issue
Block a user