src/bin/proxmox-backup-client.rs: supress useless output from prune command

This commit is contained in:
Dietmar Maurer 2019-07-31 10:15:16 +02:00
parent 9731c8b862
commit 43a406fd3f
1 changed files with 2 additions and 2 deletions

View File

@ -864,11 +864,11 @@ fn prune(
param["backup-type"] = group.backup_type().into();
param["backup-id"] = group.backup_id().into();
let result = client.post(&path, Some(param)).wait()?;
let _result = client.post(&path, Some(param)).wait()?;
record_repository(&repo);
Ok(result)
Ok(Value::Null)
}
fn status(